boundary icon indicating copy to clipboard operation
boundary copied to clipboard

Postgres multimaster support

Open hillout opened this issue 7 months ago • 3 comments

Is your feature request related to a problem? Please describe. I have a two node Postgres multimaster cluster based on repmgr bitnami. One node has a primary status, whereas the second node has secondary status. In case of failure secondary became a primary and vice versa.

Describe the solution you'd like Keycloak for example can use this type of configuration by using configuration like this: postgresql://db1-keycloak.domain.org:5432,db2-keycloak.domain.org:5432/keycloak?connectTimeout=1&hostRecheckSeconds=2&socketTimeout=600&targetServerType=primary&ssl=true&sslmode=require

Would be nice if boundary controller had such support as well.

Describe alternatives you've considered Alternative for me is using reverse proxy, which I'd wanna avoid.

hillout avatar Jul 17 '24 11:07 hillout