You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by kevdoran <gi...@git.apache.org> on 2017/12/27 22:50:38 UTC

[GitHub] nifi-registry pull request #69: NIFIREG-67 Revisions to Admin Guide

GitHub user kevdoran opened a pull request:

    https://github.com/apache/nifi-registry/pull/69

    NIFIREG-67 Revisions to Admin Guide

    Minor edits and corrections to the Admin Guide, particularly
    related to configuring an instance with security options.

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

    $ git pull https://github.com/kevdoran/nifi-registry NIFIREG-67-documentation

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

    https://github.com/apache/nifi-registry/pull/69.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 #69
    
----
commit c2414f72bbb7e9643ba8dc87d05dbfb880b1427e
Author: Kevin Doran <kd...@...>
Date:   2017-12-27T22:45:05Z

    NIFIREG-67 Revisions to Admin Guide
    
    Minor edits and corrections to the Admin Guide, particularly
    related to configuring an instance with security options.

----


---

[GitHub] nifi-registry issue #69: NIFIREG-67 Revisions to Admin Guide

Posted by kevdoran <gi...@git.apache.org>.
Github user kevdoran commented on the issue:

    https://github.com/apache/nifi-registry/pull/69
  
    Updated to address the corrections noted by @andrewmlim. Thanks!


---

[GitHub] nifi-registry issue #69: NIFIREG-67 Revisions to Admin Guide

Posted by bbende <gi...@git.apache.org>.
Github user bbende commented on the issue:

    https://github.com/apache/nifi-registry/pull/69
  
    Looks good, merging...


---

[GitHub] nifi-registry pull request #69: NIFIREG-67 Revisions to Admin Guide

Posted by andrewmlim <gi...@git.apache.org>.
Github user andrewmlim commented on a diff in the pull request:

    https://github.com/apache/nifi-registry/pull/69#discussion_r158881648
  
    --- Diff: nifi-registry-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -287,34 +290,30 @@ The CompositeConfigurableUserGroupProvider will provide support for retrieving u
     * Configurable User Group Provider - A configurable user group provider.
     * User Group Provider - The identifier of user group providers to load from. The name of each property must be unique, for example: "User Group Provider A", "User Group Provider B", "User Group Provider C" or "User Group Provider 1", "User Group Provider 2", "User Group Provider 3"
     
    +After you have configured a UserGroupProvider, you configure an AccessPolicyProvider that will control Access Policies for the identities in the UserGroupProvider.
    --- End diff --
    
    To be consistent with rest of doc, add "must" in "After you have configured...., you must configure an AccessPolicyProvider..."


---

[GitHub] nifi-registry pull request #69: NIFIREG-67 Revisions to Admin Guide

Posted by andrewmlim <gi...@git.apache.org>.
Github user andrewmlim commented on a diff in the pull request:

    https://github.com/apache/nifi-registry/pull/69#discussion_r158881522
  
    --- Diff: nifi-registry-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -237,9 +237,12 @@ During startup there is a check to ensure that there are no two users/groups wit
     
     The default UserGroupProvider is the FileUserGroupProvider, however, you can develop additional UserGroupProviders as extensions.  The FileUserGroupProvider has the following properties:
     
    -* Users File - The file where the FileUserGroupProvider stores users and groups.  By default, the 'users.xml' in the 'conf' directory is chosen.
    -* Legacy Authorized Users File - The full path to an existing authorized-users.xml that will be automatically be used to load the users and groups into the Users File.
    -* Initial User Identity - The identity of a users and systems to seed the Users File. The name of each property must be unique, for example: "Initial User Identity A", "Initial User Identity B", "Initial User Identity C" or "Initial User Identity 1", "Initial User Identity 2", "Initial User Identity 3"
    +* Users File - The file where the FileUserGroupProvider stores users and groups.
    +  By default, 'users.xml' in the 'conf' directory is chosen.
    +* Initial User Identity - The identity of a user or system to seed an empty Users File.
    +  Multiple Initial User Identity properties can be specified, but the name of each property must be unique, for example: "Initial User Identity A", "Initial User Identity B", "Initial User Identity C" or "Initial User Identity 1", "Initial User Identity 2", "Initial User Identity 3"
    +
    +NOTE: Initial User Identities these identities are only created if the specified Users File is missing or empty during NiFi Registry startup. Changes to the configured Initial Users Identities will not take effect if the Users File is populated.
    --- End diff --
    
    Remove "these identities"


---

[GitHub] nifi-registry pull request #69: NIFIREG-67 Revisions to Admin Guide

Posted by kevdoran <gi...@git.apache.org>.
Github user kevdoran commented on a diff in the pull request:

    https://github.com/apache/nifi-registry/pull/69#discussion_r158882148
  
    --- Diff: nifi-registry-docs/src/main/asciidoc/administration-guide.adoc ---
    @@ -237,9 +237,12 @@ During startup there is a check to ensure that there are no two users/groups wit
     
     The default UserGroupProvider is the FileUserGroupProvider, however, you can develop additional UserGroupProviders as extensions.  The FileUserGroupProvider has the following properties:
     
    -* Users File - The file where the FileUserGroupProvider stores users and groups.  By default, the 'users.xml' in the 'conf' directory is chosen.
    -* Legacy Authorized Users File - The full path to an existing authorized-users.xml that will be automatically be used to load the users and groups into the Users File.
    -* Initial User Identity - The identity of a users and systems to seed the Users File. The name of each property must be unique, for example: "Initial User Identity A", "Initial User Identity B", "Initial User Identity C" or "Initial User Identity 1", "Initial User Identity 2", "Initial User Identity 3"
    +* Users File - The file where the FileUserGroupProvider stores users and groups.
    +  By default, 'users.xml' in the 'conf' directory is chosen.
    +* Initial User Identity - The identity of a user or system to seed an empty Users File.
    +  Multiple Initial User Identity properties can be specified, but the name of each property must be unique, for example: "Initial User Identity A", "Initial User Identity B", "Initial User Identity C" or "Initial User Identity 1", "Initial User Identity 2", "Initial User Identity 3"
    +
    +NOTE: Initial User Identities these identities are only created if the specified Users File is missing or empty during NiFi Registry startup. Changes to the configured Initial Users Identities will not take effect if the Users File is populated.
    --- End diff --
    
    thanks, will do



---

[GitHub] nifi-registry pull request #69: NIFIREG-67 Revisions to Admin Guide

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi-registry/pull/69


---