Fix: Update Grafana OAuth2 client_id to use a static value for consistency
This commit is contained in:
parent
be4dd36f4d
commit
6e55ad28ba
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user