Replies: 1 comment 3 replies
-
|
haproxy does not forward client addresses and therefore you only see the addresses of the load balancer. Related issue #239 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have setuped patroni cluster with the playbook. Now i want to audit which user executes which command and i want to follow the processes on my cluster. I installed pgaudit and i can log the things that i want but there is an issue. All client ip addresses show me my pgbouncer ip address in my logs. There is not actual client ip address etc.. When i control pgbouncer client connections, i see that all incoming client connections belong to a haproxy instance. So there is still no actual client ip address. What to do now? I want to restrict some users to access to the server based on the some hosts or network cidr. How can i do it? Did you have a need something like this before?
Beta Was this translation helpful? Give feedback.
All reactions