Skip to content

Commit

Permalink
fix: grafana oauth attempt 8
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Jan 14, 2023
1 parent dfcf6b6 commit f661fb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions system/templates/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ spec:
grafana.ini:
security:
disable_initial_admin_creation: true
admin_user: grafana-admin
server:
domain: "grafana.{{ .Values.global.domain }}"
root_url: "https://%(domain)s/"
Expand All @@ -90,7 +89,6 @@ spec:
name: Vault
enabled: true
allow_sign_up: true
role_attribute_path = "contains(info.roles[*], 'admin') && 'Admin'"
client_id: "\"${OIDC_CLIENT_ID}\""
client_secret: "\"${OIDC_CLIENT_SECRET}\""
scopes: openid groups user email
Expand Down

0 comments on commit f661fb7

Please sign in to comment.