Pure-Storage-Ansible / Fusion-Collection

Ansible Collection for Pure Fusion
GNU General Public License v3.0
5 stars 11 forks source link

Add private key password field #130

Closed vromash closed 1 year ago

vromash commented 1 year ago
SUMMARY

Add private_key_password param which is passed to configuration object

ISSUE TYPE
COMPONENT NAME

module_utils/fusion.oy

ADDITIONAL INFORMATION

Added private_key_password param only because it was decided that env variables will be handled on python SDK side. Tested manually.

vromash commented 1 year ago

@andreepyro added required_by argument to all modules which contains private_key_password dependency on private_key_file

DenDen039 commented 1 year ago

I cannot leave comment in review because github is down. Please change password key parameter to no_log: True

vromash commented 1 year ago

I cannot leave comment in review because github is down. Please change password key parameter to no_log: True

done