Chaffelson / nipyapi

A convenient Python wrapper for Apache NiFi
Other
243 stars 76 forks source link

Impossible to pass the key_password for key_file #351

Open nightgryphon opened 1 month ago

nightgryphon commented 1 month ago

Description

nipyapi/nipyapi/nifi/rest.py class RESTClientObject constructor pass parameter key_file to urllib3 BUT it does not pass key_password so encrypted key_file can not be used.

Urgency

Block library usage as i can't start any connections to NiFi