You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/05 13:44:00 UTC

[jira] [Commented] (NIFI-4127) Create a CompositeUserGroupProvider

    [ https://issues.apache.org/jira/browse/NIFI-4127?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16074765#comment-16074765 ] 

ASF GitHub Bot commented on NIFI-4127:
--------------------------------------

GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/1978

    NIFI-4127: Composite User Group Providers

    NIFI-4127:
    - Introducing composite ConfigurableUserGroupProvider and UserGroupProvider.
    - Adding appropriate unit tests.
    - Updating object model to support per resource (user/group/policy) configuration.
    - Updating UI to support per resource (user/group/policy) configuration.
    - Adding necessary documentation.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-4127

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1978.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1978
    
----
commit 0e679007e59bfea050f73b046f52b2a772a281ae
Author: Matt Gilman <ma...@gmail.com>
Date:   2017-06-28T20:40:41Z

    NIFI-4127:
    - Introducing composite ConfigurableUserGroupProvider and UserGroupProvider.
    - Adding appropriate unit tests.
    - Updating object model to support per resource (user/group/policy) configuration.
    - Updating UI to support per resource (user/group/policy) configuration.
    - Adding necessary documentation.

----


> Create a CompositeUserGroupProvider
> -----------------------------------
>
>                 Key: NIFI-4127
>                 URL: https://issues.apache.org/jira/browse/NIFI-4127
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Extensions
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>
> Create a CompositeUserGroupProvider to support loading users/groups from multiple sources. This composite implementation should support
> {noformat}
> 0-1 ConfigurableUserGroupProvider
> 0-n UserGroupProviders
> {noformat}
> Only a single ConfigurableUserGroupProvider can be supplied to keep these sources/implementation details hidden from the end users. The CompositeUserGroupProvider must be configured with at least 1 underlying provider.



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