You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified this is the correct repository for opening this issue.
I have verified no other issues exist related to my problem.
I have verified this is not an issue for a specific package.
I have verified this issue is not security related.
I confirm I am using official, and not unofficial, or modified, Chocolatey products.
What You Are Seeing?
Tasks that provide a password as a parameter should have no_log: true added to the task. Failing to do so means the password will be part of the module invocation and potentially embedded script output that tools like AWX always capture. These tasks should always have no_log: true set so that the output is not captured or displayed when run with a higher verbosity.
Checklist
What You Are Seeing?
Tasks that provide a password as a parameter should have
no_log: true
added to the task. Failing to do so means the password will be part of the module invocation and potentially embedded script output that tools like AWX always capture. These tasks should always haveno_log: true
set so that the output is not captured or displayed when run with a higher verbosity.What is Expected?
The sensitive info is not shown.
How Did You Get This To Happen?
Ran the tasks, first one as an example
c4b-ansible/setup-nexus.yml
Lines 28 to 94 in 5c48718
CertificatePassword
is a verbosity of-vvv
or higher is specified. Running in AWX will always capture this output.System Details
N/A
Installed Packages
Output Log
Additional Context
No response
The text was updated successfully, but these errors were encountered: