File tree 1 file changed +11
-11
lines changed
charts/base-cluster/templates/monitoring/kube-prometheus-stack
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ auth:
13
13
auth :
14
14
oauth_auto_login : true
15
15
disable_login_form : false
16
- auth.generic_oauth :
17
- enabled : true
18
- allow_sign_up : true
19
- api_url : {{ printf "%s%s" $issuerUrl .grafana.apiPath }}
20
- auth_url : {{ printf "%s%s" $issuerUrl .grafana.authenticationPath }}
21
- token_url : {{ printf "%s%s" $issuerUrl .grafana.tokenPath }}
22
- client_id : {{ .config.clientId }}
23
- client_secret : ${OIDC_CLIENT_SECRET}
24
- name : OAuth
25
- role_attribute_path : {{ .grafana.roleAttributePath | quote }}
26
- scopes : openid profile email
16
+ auth.generic_oauth :
17
+ enabled : true
18
+ allow_sign_up : true
19
+ api_url : {{ printf "%s%s" $issuerUrl .grafana.apiPath }}
20
+ auth_url : {{ printf "%s%s" $issuerUrl .grafana.authenticationPath }}
21
+ token_url : {{ printf "%s%s" $issuerUrl .grafana.tokenPath }}
22
+ client_id : {{ .config.clientId }}
23
+ client_secret : ${OIDC_CLIENT_SECRET}
24
+ name : OAuth
25
+ role_attribute_path : {{ .grafana.roleAttributePath | quote }}
26
+ scopes : openid profile email
27
27
{{- end -}}
28
28
{{- end -}}
29
29
You can’t perform that action at this time.
0 commit comments