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:
Daniel Sy 2025-08-13 14:38:34 +02:00
parent c12d21e5bb
commit 22c5ff75c8
Signed by: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -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: ""