mirror of https://github.com/ansible/ansible.git
basic: remember the user sensitive information to use later (#84699)
* Git allows embedding username and password in repo URL for https authentication. This may lead to exposing the user sensitive information to logs and unautheticated users. Adding no_log will partially solve this. * Added documentation warning user about URL embedded with username and password. * Added logic to remember user sensitive information for later sanitization Fixes: #84557 Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>pull/84941/head
parent
6a274d8456
commit
19e9f3dae2
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- basic - remember password for later sanitization of sensitive information (https://github.com/ansible/ansible/issues/84557).
|
||||
Loading…
Reference in New Issue