Open lvicainne opened 1 month ago
@lvicainne we've story 7157 open for this enhancement.
This feature cannot be implemented as Python requests
library expects the certificate file paths not the certificate value.
_requests is based on urllib3, which is based on ssl. requests takes your top-level cert parameter and splits it up into parameters named cert_file and keyfile, which get passed to urllib3. urllib3 passes them on, untouched, to ssl. And ssl expects them to be filenames.
Summary
I'm using the
netapp.ontap
playbooks and would like to connect to the ONTAP clusters I manage over client certificate instead of password. However, these credentials are saved in a vault (not in clear text locally in the filesystem where is run the playbook), and I need to provide these values. Please, can you provide 2 additional parameterskey
andcert
in addition tokey_filepath
andcert_filepath
Thank you
Component Name
certificate
Additional Information