fix(grafana): 🔒 Remove unnecessary role scope from OAuth
Remove the 'roles' scope from the Grafana OAuth configuration to streamline authentication requirements. This change enhances security by limiting access scopes to only what's necessary.
This commit is contained in:
parent
22c5ff75c8
commit
f9b3b69b67
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ spec:
|
|||
use_refresh_token: "true"
|
||||
client_id: grafana
|
||||
client_secret: "thisisasecret" # $__file{/etc/secrets/auth_generic_oauth/client_secret}
|
||||
scopes: openid email profile offline_access roles
|
||||
scopes: openid email profile offline_access
|
||||
auth_url: https://dex.observability.t09.de/auth
|
||||
token_url: https://dex.observability.t09.de/token
|
||||
api_url: https://dex.observability.t09.de/userinfo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue