odoo / docker

Other
932 stars 1.52k forks source link

`ps` in host should display PG connection information #383

Open jeffery9 opened 2 years ago

jeffery9 commented 2 years ago

when ps -axf on host, it should display postgresql connection string, this is a very bad idea. this should cause the whole database be delete by the bad man

I think that entrypoint always read database connection string from config file. If want pass those information from environment variable , but always save it to config file.

lathama commented 3 months ago

@jeffery9 Yup, I think this is mentioned in several issues. Need time and resources. Today you can make a custom entrypoint.sh and allow odoo to read odoo.conf to keep things off the logs.

lathama commented 3 months ago

Related to https://github.com/odoo/docker/issues/334