fix: 🔒️ Remove sensitive role attribute path from config
Remove the role attribute path from Grafana configuration to enhance security by preventing exposure of user role mappings. This change ensures that sensitive information remains protected while maintaining functionality.
This commit is contained in:
parent
c12d21e5bb
commit
22c5ff75c8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,4 +57,4 @@ spec:
|
|||
token_url: https://dex.observability.t09.de/token
|
||||
api_url: https://dex.observability.t09.de/userinfo
|
||||
redirect_uri: https://grafana.observability.t09.de/login/generic_oauth
|
||||
role_attribute_path: "contains(groups[*], 'admin') && 'Admin' || contains(groups[*], 'editor') && 'Editor' || 'Viewer'"
|
||||
# role_attribute_path: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue