Skip to content

Commit

Permalink
fix: grafana oauth attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Jan 14, 2023
1 parent 2a1f36e commit f0760c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/templates/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
auth.generic_oauth:
name: Vault
enabled: true
allow_sign_up: false
allow_sign_up: true
allowed_domains: "{{ .Values.global.domain }}"
client_id: "\"${OIDC_CLIENT_ID}\""
client_secret: "\"${OIDC_CLIENT_SECRET}\""
Expand Down

0 comments on commit f0760c8

Please sign in to comment.