Re: CSRF Tokens Do Not Match - Kubernetes Deployment via LoadBalancer

2021-01-07 Thread Chris Nicholas
Thanks Aditya that works & a case of reading the config file comments :) Chris Nicholas > On 7 Jan 2021, at 05:16, Aditya Toshniwal > wrote: > > Hi Chris, > > Try setting PGADMIN_CONFIG_ENHANCED_COOKIE_PROTECTION=False in docker env > vars. > > On We

CSRF Tokens Do Not Match - Kubernetes Deployment via LoadBalancer

2021-01-06 Thread Chris Nicholas
Hi, I’ve deployed PGadmin4 via Docker container into our Kubernetes Cluster - TLS enabled and exposed via AWS LoadBalancer. Service boots fine and I can get to the login page, but I get failed login with “CSRF Tokens Do Not Match” error. Standard config.py. Any pointers? Thanks in advance!