feat(sso): using secret references in dex to not put secrets in git
This commit is contained in:
parent
bab179a272
commit
cbc8752fa1
2 changed files with 3 additions and 3 deletions
|
|
@ -53,7 +53,7 @@ spec:
|
|||
allow_sign_up: "true"
|
||||
use_refresh_token: "true"
|
||||
client_id: grafana
|
||||
client_secret: "thisisasecret" # $__file{/etc/secrets/auth_generic_oauth/client_secret}
|
||||
client_secret: "grafana123" # $__file{/etc/secrets/auth_generic_oauth/client_secret}
|
||||
scopes: openid email profile offline_access groups
|
||||
auth_url: https://dex.observability.t09.de/auth
|
||||
token_url: https://dex.observability.t09.de/token
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue