docker icon indicating copy to clipboard operation
docker copied to clipboard

Phase one of addressing exposed passwords.

Open lathama opened this issue 1 year ago • 3 comments

Phase one of addressing exposed passwords.

  • For https://github.com/odoo/docker/issues/334
  • Enable users to see what configuration settings they can/should set for databases
  • Prepare for excluding the password from the command which is visible from the host machine.

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

  • https://github.com/odoo/docker/issues/343
  • https://github.com/odoo/docker/issues/302
  • https://github.com/odoo/docker/issues/265
  • https://github.com/odoo/docker/issues/424

lathama avatar Apr 03 '24 16:04 lathama

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

lathama avatar Apr 03 '24 16:04 lathama

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

lathama avatar Apr 03 '24 16:04 lathama

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

lathama avatar Apr 03 '24 18:04 lathama

closing for lack of resources

lathama avatar Jan 16 '25 21:01 lathama