mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
Mask login_password in log (#21199)
This commit is contained in:
committed by
Matt Davis
parent
a995fa43a6
commit
41f3680dfd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user