Skip to content

Commit

Permalink
OZ-573: Add Keycloak admin service account secret env var
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Dec 2, 2024
1 parent cefe4f8 commit fd709f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ services:
environment:
- KEYCLOAK_URL=${SERVER_SCHEME}://${KEYCLOAK_HOSTNAME}
- KEYCLOAK_INTERNAL_HOST_URL=${KEYCLOAK_INTERNAL_HOST_URL}
- KEYCLOAK_ADMIN_SA_CLIENT_SECRET=${KEYCLOAK_ADMIN_SA_CLIENT_SECRET}
- EIP_CLIENT_SECRET=${EIP_CLIENT_SECRET}
- SUPERSET_CLIENT_SECRET=${SUPERSET_CLIENT_SECRET}
- SUPERSET_CLIENT_UUID=${SUPERSET_CLIENT_UUID}
Expand Down

0 comments on commit fd709f2

Please sign in to comment.