Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-4744

Detect incorrect configuration when using composite user group provider

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.5.0
    • 1.6.0
    • 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.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

          Activity

            People

              kdoran Kevin Doran
              bbende Bryan Bende
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: