Skip to content

Commit

Permalink
Simplify docker env
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Nov 12, 2024
1 parent 996e22f commit 114a802
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@ services:
GF_AUTH_GENERIC_OAUTH_NAME: "VEDA Keycloak"
GF_AUTH_GENERIC_OAUTH_SCOPES: "openid profile email"
# Role Mapping
# - GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_STRICT: "true" if require_matching_scope else "false",
GF_AUTH_GENERIC_OAUTH_ROLE_ATTRIBUTE_PATH: role_attribute_path_expression
GF_AUTH_GENERIC_OAUTH_ALLOW_ASSIGN_GRAFANA_ADMIN: "true"
GF_AUTH_GENERIC_OAUTH_AUTO_ASSIGN_ORG_ROLE: Admin
# Auth server details
GF_AUTH_GENERIC_OAUTH_CLIENT_ID: grafana
GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET: mock_grafana_client_secret
Expand Down

0 comments on commit 114a802

Please sign in to comment.