-
-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: make password sensitive and hide on fail #397
Comments
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Jan 26, 2020
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Jan 27, 2020
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Apr 2, 2020
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Apr 2, 2020
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Apr 2, 2020
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
alexjfisher
added a commit
to alexjfisher/puppet-archive
that referenced
this issue
Apr 2, 2020
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
cegeka-jenkins
pushed a commit
to cegeka/puppet-archive
that referenced
this issue
Mar 26, 2021
This stops credentials appearing in the process list and failed downloads won't result in the credentials being logged in puppet reports and agent log output. Fixes voxpupuli#397
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would it be possible to hide the password when the archive resource fails?
Ex. change from 'absent' to 'present' failed: Execution of '/usr/bin/curl https://example.org/test.zip -o /tmp/test.zip_20200122-15071-xnnt9z -fsSLg --max-redirs 5 --user test:test' returned 22: curl: (22) The requested URL returned error: 404 Not Found
Something like this:
change from 'absent' to 'present' failed: Execution of '/usr/bin/curl https://example.org/test.zip -o /tmp/test.zip_20200122-15071-xnnt9z -fsSLg --max-redirs 5 --user test:Sensitive [value redacted]' returned 22: curl: (22) The requested URL returned error: 404 Not Found
The text was updated successfully, but these errors were encountered: