ansible-for-nsxt
ansible-for-nsxt copied to clipboard
vDIM client_secret in plaintext
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), ...
`