Skip to content

Commit

Permalink
fix: grafana oauth attempt 10
Browse files Browse the repository at this point in the history
locmai committed Jan 14, 2023
1 parent 20d78e9 commit 488fb26
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
@@ -95,7 +95,7 @@ spec:
auth_url: "https://auth.{{ .Values.global.domain }}/ui/vault/identity/oidc/provider/vault-provider/authorize"
token_url: "https://auth.{{ .Values.global.domain }}/v1/identity/oidc/provider/vault-provider/token"
api_url: "https://auth.{{ .Values.global.domain }}/v1/identity/oidc/provider/vault-provider/userinfo"
role_attribute_path: "contains(info.roles[*], 'admin') && 'Admin'"
role_attribute_path: "contains(info.roles[*], 'admin') && 'Admin' || 'Admin'"
sidecar:
enableUniqueFilenames: false
image:

0 comments on commit 488fb26

Please sign in to comment.