Fix: Remove client_secret from Authentik OAuth configuration for security
This commit is contained in:
parent
e91dead819
commit
be4dd36f4d
@ -109,7 +109,6 @@ grafana:
|
|||||||
enabled: true
|
enabled: true
|
||||||
name: Authentik
|
name: Authentik
|
||||||
client_id: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_ID}"
|
client_id: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_ID}"
|
||||||
client_secret: "$__from_env{GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET}"
|
|
||||||
scopes: openid profile email
|
scopes: openid profile email
|
||||||
auth_url: https://auth.noxxos.nl/application/o/authorize/
|
auth_url: https://auth.noxxos.nl/application/o/authorize/
|
||||||
token_url: https://auth.noxxos.nl/application/o/token/
|
token_url: https://auth.noxxos.nl/application/o/token/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user