You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Log into NiFi through the normal brower
in Chrome, open the Developer Tools
Look for some of the rest requests, you want the "Authorization: Bearer asdfasdfasdfasdf" request header
In NiFiDeploy.groovy around line 560, add the "ignoreSSLIssues" and "defaultRequestHeaders" lines
This should be fixed by #31 if you are using ssl client certificates for authentication. For kerberos, or basic auth, that will need a little extra work.
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
The text was updated successfully, but these errors were encountered: