Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make keycloak setup more consistent #17425

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Conversation

NobodysNightmare
Copy link
Contributor

Giving operator control of restart by using unless-stopped. Previously it was in two extremes at the same time: The db would always restart, even if stopped, while the app server would never restart, even if it was running.

Also opting into a feature that's necessary to properly configure token exchange according to Keycloak docs at https://www.keycloak.org/securing-apps/token-exchange (While the docs say it's not needed for the internal to internal flow, I literally couldn't follow the instructions without this feature).

Ticket

none

What are you trying to accomplish?

Make the default setup for Keycloak more consistent.

@NobodysNightmare NobodysNightmare requested a review from a team December 10, 2024 15:06
Giving operator control of restart by using unless-stopped. Previously
it was in two extremes at the same time: The db would always restart, even if stopped,
while the app server would never restart, even if it was running.

Also opting into a feature that's necessary to properly configure token exchange
according to Keycloak docs at https://www.keycloak.org/securing-apps/token-exchange
(While the docs say it's not needed for the internal to internal flow, I literally couldn't
follow the instructions without this feature).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant