fix(grafana): auto-admin authenticated users
This commit is contained in:
parent
d5be6f42d9
commit
47d544c10f
|
@ -47,6 +47,7 @@ spec:
|
||||||
auth_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/authorize/
|
auth_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/authorize/
|
||||||
token_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/token/
|
token_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/token/
|
||||||
api_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/userinfo/
|
api_url: https://auth.${SECRET_NEW_DOMAIN}/application/o/userinfo/
|
||||||
|
allow_assign_grafana_admin: true
|
||||||
use_pkce: true
|
use_pkce: true
|
||||||
use_refresh_token: true
|
use_refresh_token: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue