You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Kubernetes Cluster is running in a private Network. All services that should be reachable from public networks are encapsulated by a gateway, which is the place where the haproxy runs.
I solved this situation currently by port-forwarding with iptables.
I have the following setup with the pgadmin4 container where it runs in a kubernetes environment but should be accessed using a ha-proxy, as follows:
This setup is not working as expected because the pgadmin4 backend resets the cookies all the time causing an infinite redirection loop.
I tried to set the
PROXY_X
variables, but with no success.How can I make the pgadmin4 container aware of the situation?
Thnx in advance!
The text was updated successfully, but these errors were encountered: