fix grafana
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user