aperepel / nifi-api-deploy

Demonstrates NiFi template deployment and configuration via a REST API
Apache License 2.0
68 stars 37 forks source link

Support authentication and SSL connections to NiFi #30

Open davetorok opened 8 years ago

davetorok commented 8 years ago

currently no way to deploy to an authenticated and SSL-enabled NiFi instance. Should allow for a username/password to be supplied securely (env properties preferred, or prompt for interactive access)

TEMPORARY WORKAROUND FOR GROOVY DEPLOY

simonellistonball commented 8 years ago

This should be fixed by https://github.com/aperepel/nifi-api-deploy/pull/31 if you are using ssl client certificates for authentication. For kerberos, or basic auth, that will need a little extra work.