Skip to content

Commit

Permalink
maybe that helps
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgubler committed Jan 26, 2024
1 parent 40dbe97 commit 02f1f22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ services:
- GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET=$GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
- GF_AUTH_GENERIC_OAUTH_ENABLED=true
- GF_AUTH_GENERIC_OAUTH_LOGIN_ATTRIBUTE_PATH=preferred_username
- GF_AUTH_GENERIC_OAUTH_NAME="VSHN Test Keycloak"
- GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH="roles[?contains(@, \'admin\')] && \'Admin\' || roles[?contains(@, \'editor\')] && \'Editor\' || roles[?contains(@, \'viewer\')] && \'Viewer\' || \'Deny\'"
- GF_AUTH_GENERIC_OAUTH_NAME=VSHN Test Keycloak
- GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH=roles[?contains(@, 'admin')] && 'Admin' || roles[?contains(@, 'editor')] && 'Editor' || roles[?contains(@, 'viewer')] && 'Viewer' || 'Deny'
- GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_STRICT=true
- GF_AUTH_GENERIC_OAUTH_SCOPES="openid profile email"
- GF_AUTH_GENERIC_OAUTH_SCOPES=openid profile email
- GF_AUTH_GENERIC_OAUTH_TOKEN_URL=https://id.test.vshn.net/auth/realms/VSHN-main-dev-realm/protocol/openid-connect/token
- GF_SERVER_DOMAIN=operator-dev-grafana.apps.cloudscale-lpg-2.appuio.cloud
- GF_SERVER_ROOT_URL=https://operator-dev-grafana.apps.cloudscale-lpg-2.appuio.cloud
Expand Down

0 comments on commit 02f1f22

Please sign in to comment.