shipyard/tools
Crank, Daniel (dc6350) 0ab1bf552d Don't log OS_PASSWORD in auth.log
By default, all sudo commands are logged to auth.log with their
full command line. Previously, Shipyard scripts called 'sudo docker'
with -e OS_PASSWORD=foo, resulting in the password value appearing
in auth.log in plaintext. This change adds -E to the sudo command
to pass the user's environment through, and removes the value from
-e OS_PASSWORD which tells Docker to use the environment value
directly. This prevents the password value from being logged.

Change-Id: Ifcf7f6525876144a609ff42be42da57a3f7f6f60
2019-04-26 17:17:06 -05:00
..
gate CI: Add Airskiff check 2019-04-22 16:39:58 +00:00
resources Add Oslo Policy options for policy file location 2018-08-09 13:55:40 -05:00
airflow_image_run.sh Add proxy options to docker run portions of image build 2018-06-08 15:26:42 -05:00
deckhand_load_yaml.sh tools: fix execute typo 2019-02-25 19:16:21 +00:00
deploy_site.sh tools: fix execute typo 2019-02-25 19:16:21 +00:00
execute_shipyard_action.sh Return error if execution of the step fails 2019-04-16 21:48:07 +00:00
helm_install.sh tools: Update Helm to v2.13.1 2019-03-28 15:25:17 +00:00
helm_tk.sh tools: Update Helm to v2.13.1 2019-03-28 15:25:17 +00:00
image_tags.py Adding filename to logging message format for troubleshooting purpose 2019-01-17 13:41:13 -06:00
redeploy_server.sh tools: generalize execute_shipyard_action 2019-02-28 15:16:06 -06:00
run_shipyard.sh Don't log OS_PASSWORD in auth.log 2019-04-26 17:17:06 -05:00
set_env Add udpate_software action to Shipyard 2018-07-06 16:57:42 -05:00
shipyard.sh Don't log OS_PASSWORD in auth.log 2019-04-26 17:17:06 -05:00
shipyard_docker_base_command.sh Don't log OS_PASSWORD in auth.log 2019-04-26 17:17:06 -05:00
shipyard_image_run.sh Add proxy options to docker run portions of image build 2018-06-08 15:26:42 -05:00
update_site.sh tools: fix execute typo 2019-02-25 19:16:21 +00:00
update_software.sh Add udpate_software action to Shipyard 2018-07-06 16:57:42 -05:00