Chaffelson / nipyapi

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

Secured NiFi cluster support #29

Closed boristyukin closed 6 years ago

boristyukin commented 6 years ago

Does the package support secured NiFi clusters?

Chaffelson commented 6 years ago

Hi @boristyukin It does not currently support secured clusters, however I have the notes and plan for implementing this just as soon as I have the NiFI-1.5.0 / Registry-0.1.0 release out the door. I will be working on this next and will let you know when I have a version for you to test.

Thanks for your collaboration!

boristyukin commented 6 years ago

awesome, thanks @Chaffelson.

kevdoran commented 6 years ago

@boristyukin I've opened PR #43 that adds the ability to connect to a secured NiFi instance using client certificate or username/password authentication. There is still a bit of work to be done to configure a cluster if you want failover, etc, but this is a start.

boristyukin commented 6 years ago

@kevdoran this is great news!