You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: