Bryan Bende created NIFI-8783:
---------------------------------
Summary: SingleUserAuthorizer fails start up when not used
Key: NIFI-8783
URL: https://issues.apache.org/jira/browse/NIFI-8783
Project: Apache NiFi
Issue Type: Bug
Reporter: Bryan Bende
The SingleUserAuthorizer has code that checks to see if the
SinglueUserLoginIdentityProvider is configured, and fails start up if it isn't.
This is good to ensure they are only used together.
The issue is, if the SinglueUserAuthorizer is defined in authorizers.xml, but
it is not the configured authorizer in nifi.properties, it still performs this
check and fails start up. The check should be improved to account for this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)