mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 03:03:08 +00:00
Client_secret is supposed to be kept secret, so mark it as no_log (#1995)
This commit is contained in:
committed by
Matt Clay
parent
bd3172b2e8
commit
817335ae0d
@@ -104,7 +104,7 @@ def main():
|
||||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
client_id=dict(required=True),
|
||||
client_secret=dict(required=True),
|
||||
client_secret=dict(required=True, no_log=True),
|
||||
topic=dict(required=True, type='int'),
|
||||
msg=dict(required=True),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user