Fix: Update Grafana OAuth2 client_id to use a static value for consistency

This commit is contained in:
Marco van Zijl 2025-11-12 07:37:31 +01:00
parent be4dd36f4d
commit 6e55ad28ba

View File

@ -20,7 +20,7 @@ data:
id: grafana-provider id: grafana-provider
attrs: attrs:
name: Grafana name: Grafana
client_id: !secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_ID client_id: grafana
client_secret: !secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET client_secret: !secret authentik-client-secret-grafana@monitoring#GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
redirect_uris: redirect_uris:
- https://grafana.noxxos.nl/login/generic_oauth - https://grafana.noxxos.nl/login/generic_oauth