Re: Help with running pgadmin in a docker container

2023-05-16 Thread Simon Thorpe
se" /pgadmin4/pgAdmin4.py After the docker container starts, I am inserting the above Python line to disable Flask from CSRF checking. With this, I can now easily access the app without getting the errors. Simon ________ From: Simon Thorpe Sent: Tuesday, May 16, 202

Re: Help with running pgadmin in a docker container

2023-05-16 Thread Simon Thorpe
g the csrf check. Should the logout call delete a cookie or something? Simon From: Aditya Toshniwal Sent: Monday, May 15, 2023 10:36 PM To: Simon Thorpe Cc: pgadmin-support@lists.postgresql.org Subject: Re: Help with running pgadmin in a docker container Hi

Re: Help with running pgadmin in a docker container

2023-05-15 Thread Simon Thorpe
t; heading on the left hand menu. Something not right. Would love some pointers as to how to get it working. I would imagine this would also fail for others as I am using a pretty standard container for both pgadmin and postgres. Simon ____ From: Simon Thorpe S

Help with running pgadmin in a docker container

2023-05-15 Thread Simon Thorpe
Hi I'm running a postgres server in a docker container and pgadmin in another docker container, i'm using a docker compose file to build them both. I am able to start both containers fine, I can access the pgadmin UI fine. I can login and add a new server, all seems well. I can see and navigate