Skip to content

Add new env variable PGCONNECT_ADDRESS for postgresql connect_address#1067

Open
damischa1 wants to merge 4 commits intozalando:masterfrom
damischa1:pg_connect_address
Open

Add new env variable PGCONNECT_ADDRESS for postgresql connect_address#1067
damischa1 wants to merge 4 commits intozalando:masterfrom
damischa1:pg_connect_address

Conversation

@damischa1
Copy link

Spilo by default uses IP for the property postgresql.connect_address. This is a problem when Patroni REST API is configured in SSL with client authentication because hostname validation is performed or behind NAT. This PR solves the problem with the introduction of environment variable: PGCONNECT_ADDRESS. You can configure it with the external IP of the spilo or dns name of spilo and the replicas will use the address PGCONNECT_ADDRESS:PGPORT when connecting the primary.

…connect_address

Spilo by default uses IP for the property ```postgresql.connect_address```. This is a problem when Patroni REST API is configured in SSL with client authentication because hostname validation is performed or behind NAT. This PR solves the problem with the introduction of environment variable: PGCONNECT_ADDRESS. You can configure it with the external IP of the spilo or dns name of spilo and the replicas will use the address PGCONNECT_ADDRESS:PGPORT when connecting the primary.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant