Skip to content

Commit

Permalink
refactor(op1st-monitoring): add keycloak oauth config to grafana
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Oct 22, 2024
1 parent db2ffb0 commit b064c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/applications/monitoring/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ spec:
security:
allow_embedding: "true"
auth:
disable_login_form: "false"
disable_login_form: "true"
auth.anonymous:
enabled: "true"
org_name: "Operate First by #B4mad"
Expand All @@ -70,6 +70,6 @@ spec:
api_url: "https://keycloak.erdgeschoss.b4mad.net/realms/erdgeschoss/protocol/openid-connect/userinfo"
role_attribute_path: "contains(roles[*], 'admin') && 'Admin' || contains(roles[*], 'editor') && 'Editor' || 'Viewer'"
users:
allow_sign_up: "false"
allow_sign_up: "true"
log:
mode: console

0 comments on commit b064c3a

Please sign in to comment.