odoo / docker

Other
931 stars 1.51k forks source link

Phase one of addressing exposed passwords. #497

Open lathama opened 3 months ago

lathama commented 3 months ago

Phase one of addressing exposed passwords.

The problem

lathama@hostsystemnotthedockercontainer: $ ps ax | grep '/bin/odoo'
/usr/bin/python3 /usr/bin/odoo --db_host db --db_port 5432 --db_user odoo --db_password odoo

The goal

lathama@hostsystemnotthedockercontainer: $ ps ax | grep '/bin/odoo'
/usr/bin/python3 /usr/bin/odoo

Related

lathama commented 3 months ago

@odony and or @d-fence I will ask for some help getting this going.

lathama commented 3 months ago

Additional, I am in all the CLAs as lathama going back to the beginning if it is needed on this repo.

lathama commented 3 months ago

Note to viewers, the CLI wins over the config file in some cases like db config. Read more at https://github.com/odoo/odoo/blob/17.0/odoo/tools/config.py#L448-L484