Skip to content
Snippets Groups Projects
Commit 7994159f authored by Mark's avatar Mark
Browse files

Revert "Fix indentation"

This reverts commit 553ae6c8
parent a9cefde9
No related branches found
No related tags found
No related merge requests found
...@@ -122,17 +122,16 @@ grafana: ...@@ -122,17 +122,16 @@ grafana:
grafana.ini: grafana.ini:
server: server:
root_url: "https://grafana.{{ domain }}" root_url: "https://grafana.{{ domain }}"
auth: auth.generic_oauth:
generic_oauth: name: OpenAppStack
name: OpenAppStack enabled: true
enabled: true client_id: grafana
client_id: grafana client_secret: "{{ grafana_oauth_client_secret }}"
client_secret: "{{ grafana_oauth_client_secret }}" scopes: "openid profile email openappstack_roles"
scopes: "openid profile email openappstack_roles" auth_url: "https://sso.{{ domain }}/oauth2/auth"
auth_url: "https://sso.{{ domain }}/oauth2/auth" token_url: "https://sso.{{ domain }}/oauth2/token"
token_url: "https://sso.{{ domain }}/oauth2/token" api_url: "https://sso.{{ domain }}/userinfo"
api_url: "https://sso.{{ domain }}/userinfo" role_attribute_path: contains(openappstack_roles[*], 'admin') && 'Admin' || 'Editor'
role_attribute_path: contains(openappstack_roles[*], 'admin') && 'Admin' || 'Editor'
ingress: ingress:
enabled: true enabled: true
annotations: annotations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment