ansible-for-nsxt icon indicating copy to clipboard operation
ansible-for-nsxt copied to clipboard

vDIM client_secret in plaintext

Open bannov opened this issue 3 years ago • 0 comments

hi,

plz add "no_log=True" to client_secret

`

argument_spec.update(client_id=dict(required=True, type='str'), client_secret=dict(required=False, type='str', no_log=True), ...

`

bannov avatar Mar 24 '21 13:03 bannov