Django Postgres user vs apache user

10/29/2019

I have set up environment variables for django user to connect to the postgres database, but the env variables are becoming the apache user as well, which won't give access to httpd file

If I take out the postgres user env variables then the pod starts. If I add in the postgres user variables then the apache process can't access the httpd file

-- Jack McClure
apache
django
kubernetes
postgresql

0 Answers