fix grafana
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 7s
Auto-update README / Generate README and Create MR (push) Successful in 13s

This commit is contained in:
Ultradesu
2026-05-05 19:40:00 +01:00
parent b5906b613a
commit f04c8d7359
+4
View File
@@ -109,6 +109,7 @@ grafana:
grafana.ini: grafana.ini:
auth: auth:
signout_redirect_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/logout?post_logout_redirect_uri=https%3A%2F%2Fgf.hexor.cy%2Flogin&client_id=Grafana signout_redirect_url: https://auth.hexor.cy/auth/realms/hexor/protocol/openid-connect/logout?post_logout_redirect_uri=https%3A%2F%2Fgf.hexor.cy%2Flogin&client_id=Grafana
oauth_allow_insecure_email_lookup: true
auth.generic_oauth: auth.generic_oauth:
name: Keycloak name: Keycloak
enabled: true enabled: true
@@ -125,6 +126,9 @@ grafana:
contains(groups[*], 'hexor-guest') && 'Viewer' || contains(groups[*], 'hexor-guest') && 'Viewer' ||
'Viewer' 'Viewer'
role_attribute_strict: false role_attribute_strict: false
log:
level: debug
filters: "oauth.generic_oauth:debug"
database: database:
type: postgres type: postgres
host: psql.psql.svc:5432 host: psql.psql.svc:5432