-
Notifications
You must be signed in to change notification settings - Fork 547
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
[subscription_manager] Obfuscate proxy password from curl cmdline #3880
[subscription_manager] Obfuscate proxy password from curl cmdline #3880
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
Reproducer:
Then
Newly, we call something like I would prefer to have the |
One thing here is that we're changing something in the OS, would this one item be excluded because we're creating/removing from the archive directory. The key ethos being that we don't change anything on the FS? i.e. do we want this as allow system changes? |
(I am checking the failed tests)
What are we changing in the OS? The plugin just creates a file (inside sosreport build directory, that is not optimal - how to create it one dir above?), uses the file as Or do I miss some side effect..? |
Cool, sounds good to me |
Curl to https://subscription.rhsm.redhat.com contains proxy password in plaintext. That is visible in process listing, stored in cmd output filename and kept in few other places (manifest, sos.log,..). When proxy password is set, use an auxiliary curl config file to store the password. Resolves: sosreport#3880 Signed-off-by: Pavel Moravec <[email protected]>
259fc34
to
c75f4e2
Compare
Curl to https://subscription.rhsm.redhat.com contains proxy password in plaintext. That is visible in process listing, stored in cmd output filename and kept in few other places (manifest, sos.log,..). When proxy password is set, use an auxiliary curl config file to store the password. Resolves: sosreport#3880 Signed-off-by: Pavel Moravec <[email protected]>
c75f4e2
to
f4d1977
Compare
Curl to https://subscription.rhsm.redhat.com contains proxy password in plaintext. That is visible in process listing, stored in cmd output filename and kept in few other places (manifest, sos.log,..). When proxy password is set, use an auxiliary curl config file to store the password. Resolves: sosreport#3880 Signed-off-by: Pavel Moravec <[email protected]>
f4d1977
to
f26cb40
Compare
Curl to https://subscription.rhsm.redhat.com contains proxy password in plaintext. That is visible in process listing, stored in cmd output filename and kept in few other places (manifest, sos.log,..).
When proxy password is set, use an auxiliary curl config file to store the password.
Resolves: #3880
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines