Skip to content

Commit

Permalink
fix: grafana oauth attempt 9
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Jan 14, 2023
1 parent f661fb7 commit 5afcc9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/templates/monitoring.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +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\""
sidecar:
enableUniqueFilenames: false
image:
Expand Down

0 comments on commit 5afcc9d

Please sign in to comment.