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

[bitnami/keycloak] Support for several hosts in the database connection string #79130

Open
medykn-git opened this issue Mar 25, 2025 · 1 comment
Assignees

Comments

@medykn-git
Copy link

medykn-git commented Mar 25, 2025

Name and Version

bitnami/keycloak:26.1.4

What is the problem this feature will solve?

We could not find how to specify several hosts in the database connection strings, so that Keycloak connects to the primary node of a postgres cluster.

What is the feature you are proposing to solve the problem?

Standard Keycloak version supports configuration of several hosts in the database connection string, for example using KC_DB_URL environment variable:
KC_DB_URL="jdbc:postgresql://host1:5432,host2:5432/keycloak?targetServerType=primary"
We would need the same feature on Bitnami Keycloak

What alternatives have you considered?

No response

@javsalgar
Copy link
Contributor

Hi!

Thank you so much for the feature request. I will forward it to the team but as it is not a critical feature we cannot guarantee an ETA. If you want to speed up the process, you can submit a PR and the team will check it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants