mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-02 23:31:25 -07:00
Mask login_password in log (#21199)
This commit is contained in:
parent
a995fa43a6
commit
41f3680dfd
15 changed files with 15 additions and 15 deletions
|
@ -343,7 +343,7 @@ def main():
|
|||
default="http://127.0.0.1:35357/v2.0"),
|
||||
token=dict(required=False),
|
||||
login_user=dict(required=False),
|
||||
login_password=dict(required=False),
|
||||
login_password=dict(required=False, no_log=True),
|
||||
login_tenant_name=dict(required=False)
|
||||
))
|
||||
# keystone operations themselves take an endpoint, not a keystone auth_url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue