Skip to content

Commit

Permalink
fix(base-cluster/monitoring): slipped through review as well...
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau committed Jul 8, 2024
1 parent c606781 commit 46beb83
Showing 1 changed file with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ auth:
auth:
oauth_auto_login: true
disable_login_form: false
auth.generic_oauth:
enabled: true
allow_sign_up: true
api_url: {{ printf "%s%s" $issuerUrl .grafana.apiPath }}
auth_url: {{ printf "%s%s" $issuerUrl .grafana.authenticationPath }}
token_url: {{ printf "%s%s" $issuerUrl .grafana.tokenPath }}
client_id: {{ .config.clientId }}
client_secret: ${OIDC_CLIENT_SECRET}
name: OAuth
role_attribute_path: {{ .grafana.roleAttributePath | quote }}
scopes: openid profile email
auth.generic_oauth:
enabled: true
allow_sign_up: true
api_url: {{ printf "%s%s" $issuerUrl .grafana.apiPath }}
auth_url: {{ printf "%s%s" $issuerUrl .grafana.authenticationPath }}
token_url: {{ printf "%s%s" $issuerUrl .grafana.tokenPath }}
client_id: {{ .config.clientId }}
client_secret: ${OIDC_CLIENT_SECRET}
name: OAuth
role_attribute_path: {{ .grafana.roleAttributePath | quote }}
scopes: openid profile email
{{- end -}}
{{- end -}}

Expand Down

0 comments on commit 46beb83

Please sign in to comment.