Skip to content

Commit

Permalink
Update api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sapnajainEntrust authored Nov 16, 2023
1 parent d23b0f5 commit 8f005d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/module_utils/entrust_cagw/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
def cagw_client_argument_spec():
return dict(
cagw_api_client_cert_path=dict(type='path', required=True),
cagw_api_client_cert_key_path=dict(type='path', required=True),
cagw_api_specification_path=dict(type='path'),
cagw_api_client_cert_key_path=dict(type='path', required=True, no_log=True),
cagw_api_specification_path=dict(type='path', required=True),
)


Expand Down

0 comments on commit 8f005d7

Please sign in to comment.