Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
We should be able to detect if the same user group provider is entered more than once in the composite user group provider and fail start up.
Example config that should fail start up:
<userGroupProvider>
<identifier>composite-configurable-user-group-provider</identifier>
<class>org.apache.nifi.registry.security.authorization.CompositeConfigurableUserGroupProvider</class>
<property name="Configurable User Group Provider">file-user-group-provider</property>
<property name="User Group Provider 1">file-user-group-provider</property>
<property name="User Group Provider 2">ldap-user-group-provider</property>
</userGroupProvider>
Attachments
Issue Links
- relates to
-
NIFI-4744 Detect incorrect configuration when using composite user group provider
- Resolved
- links to