Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Simplify Keycloak's configuration of Postgres SSL-related connection settings #160

Open
kgudel opened this issue Sep 11, 2017 · 0 comments

Comments

@kgudel
Copy link
Contributor

kgudel commented Sep 11, 2017

Currently ssl is implemented by tacking ?ssl=true&sslfactory=org.postgresql.ssl.NonValidatingFactory onto the back of the env.POSTGRES_DATABASE.

This is only possible because that environment variable is only used to construct the JDBC url and because it happens to be the last value.

We should have a better way of handling ssl. Such as by including an env.SSL variable that would turn ssl on or off.

@hkeeler hkeeler changed the title Create Long Term SSL Strategy Simplify Keycloak's configuration of Postgres SSL-related connection settings Oct 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant