Skip to content

Commit

Permalink
OZ-671: Make enabling/disabling of Superset client configurable (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Jan 2, 2025
1 parent 3c05601 commit 06dfcc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ KEYCLOAK_HOSTNAME=${HOST_NAME}:8084
#
# Sample SSO Client Secrets used in the demo script
#
SUPERSET_CLIENT_ENABLED=false
SUPERSET_CLIENT_UUID=891b980a-9edb-4c72-a63d-1f8e488d6ad4
SUPERSET_CLIENT_SECRET=znZK8dvk7hLOpwfU

Expand Down
1 change: 1 addition & 0 deletions docker-compose-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ services:
- SUPERSET_PUBLIC_URL=${SERVER_SCHEME}://${SUPERSET_HOSTNAME}
- SUPERSET_CLIENT_UUID=${SUPERSET_CLIENT_UUID}
- SUPERSET_CLIENT_SECRET=${SUPERSET_CLIENT_SECRET}
- SUPERSET_CLIENT_ENABLED=${SUPERSET_CLIENT_ENABLED}

volumes:
keycloak-realm: ~

0 comments on commit 06dfcc7

Please sign in to comment.