PgDog version
0.1.40
Description
The load balancer health check endpoint returns a false positive when passthrough auth is enabled but no pools have been configured yet.
We need to add an exception there if no pools are set, return 200 OK.
Configuration
[general]
passthrough_auth = "enabled"
PgDog version
0.1.40Description
The load balancer health check endpoint returns a false positive when passthrough auth is enabled but no pools have been configured yet.
We need to add an exception there if no pools are set, return 200 OK.
Configuration