Skip to content
Snippets Groups Projects
Verified Commit dddac82c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

fix client_secret substitution for monitoring

parent 84aa274b
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ data:
name: Stackspin
enabled: true
client_id: grafana
client_secret: "${grafana_oauth_client_secret}"
client_secret: "${client_secret}"
scopes: "openid profile email stackspin_roles"
auth_url: "https://sso.${domain}/oauth2/auth"
token_url: "https://sso.${domain}/oauth2/token"
......
......@@ -61,6 +61,8 @@ spec:
substituteFrom:
- kind: Secret
name: stackspin-kube-prometheus-stack-variables
- kind: Secret
name: stackspin-kube-prometheus-stack-oauth-variables
- kind: Secret
name: stackspin-oauth-variables
- kind: Secret
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment