Skip to content

Commit

Permalink
fix: grafana oauth attempt 7
Browse files Browse the repository at this point in the history
  • Loading branch information
locmai committed Jan 14, 2023
1 parent 4f5fdfb commit dfcf6b6
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 @@ -90,7 +90,7 @@ spec:
name: Vault
enabled: true
allow_sign_up: true
role_attribute_path = contains(info.roles[*], 'admin') && 'Admin'
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 dfcf6b6

Please sign in to comment.