Skip to content

Commit

Permalink
Merge pull request #153 from bento-platform/chore/cleanup-kc-cmd
Browse files Browse the repository at this point in the history
[13] chore: don't run keycloak with legacy logout redirect uri flag
  • Loading branch information
davidlougheed authored Jul 31, 2023
2 parents 181ba56 + abe0e0a commit f0f79c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/docker-compose.auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
auth:
image: ${BENTOV2_AUTH_IMAGE}:${BENTOV2_AUTH_VERSION}
container_name: ${BENTOV2_AUTH_CONTAINER_NAME}
command: [ "--spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true", "start" ]
command: [ "start" ]
depends_on:
auth-db:
condition: service_healthy
Expand Down

0 comments on commit f0f79c3

Please sign in to comment.