You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Bryan Bende (JIRA)" <ji...@apache.org> on 2018/01/06 16:26:03 UTC

[jira] [Created] (NIFI-4744) Detect incorrect configuration when using composite user group provider

Bryan Bende created NIFI-4744:
---------------------------------

             Summary: Detect incorrect configuration when using composite user group provider
                 Key: NIFI-4744
                 URL: https://issues.apache.org/jira/browse/NIFI-4744
             Project: Apache NiFi
          Issue Type: Improvement
    Affects Versions: 1.5.0
            Reporter: Bryan Bende
            Priority: Minor


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.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>



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)