Repository: nifi Updated Branches: refs/heads/master 029735235 -> 893f87a38
NIFI-3137 Add documentation for User Policies window This closes #1286 Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/893f87a3 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/893f87a3 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/893f87a3 Branch: refs/heads/master Commit: 893f87a3897694da0e635d044034eed40ca7fff3 Parents: 0297352 Author: Andrew Lim <[email protected]> Authored: Thu Dec 1 14:16:51 2016 -0500 Committer: Scott Aslan <[email protected]> Committed: Thu Dec 1 15:43:20 2016 -0500 ---------------------------------------------------------------------- .../src/main/asciidoc/administration-guide.adoc | 15 +++++++++++++++ nifi-docs/src/main/asciidoc/images/iconGoTo.png | Bin 0 -> 337 bytes .../main/asciidoc/images/iconUserPolicies.png | Bin 0 -> 757 bytes .../main/asciidoc/images/nifi-users-dialog.png | Bin 55868 -> 51463 bytes .../asciidoc/images/user-policies-detail.png | Bin 0 -> 137471 bytes .../src/main/asciidoc/images/user-policies.png | Bin 0 -> 57731 bytes 6 files changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/893f87a3/nifi-docs/src/main/asciidoc/administration-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index 287760a..773cb64 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -531,6 +531,7 @@ This section describes: * How to create users and groups * How access policies are used to define authorizations +* How to view policies that are set on a user * How to configure access policies by walking through specific examples NOTE: Instructions requiring interaction with the UI assume the application is being accessed by User1, a user with administrator privileges, such as the âInitial Admin Identityâ user or a converted legacy admin user (see <<authorizers-setup>>). @@ -658,6 +659,20 @@ NOTE: âView the policiesâ and âmodify the policiesâ component-level acce NOTE: You cannot modify the users/groups on an inherited policy. Users and groups can only be added or removed from a parent policy or an override policy. +[[viewing-policies-users]] +Viewing Policies on Users +^^^^^^^^^^^^^^^^^^^^^^^^^ + +From the UI, select âUsersâ from the Global Menu. This opens the NiFi Users dialog. + +image:user-policies.png["User Policies Window"] + +Select the View User Policies icon (image:iconUserPolicies.png["User Policies Icon"]). + +image:user-policies-detail.png["User Policies Detail"] + +The User Policies window displays the global and component level policies that have been set for the chosen user. Select the Go To icon (image:iconGoTo.png["Go To Icon"]) to navigate to that component in the canvas. + [[access-policy-config-examples]] Access Policy Configuration Examples ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ http://git-wip-us.apache.org/repos/asf/nifi/blob/893f87a3/nifi-docs/src/main/asciidoc/images/iconGoTo.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/iconGoTo.png b/nifi-docs/src/main/asciidoc/images/iconGoTo.png new file mode 100644 index 0000000..5f8ee6b Binary files /dev/null and b/nifi-docs/src/main/asciidoc/images/iconGoTo.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/893f87a3/nifi-docs/src/main/asciidoc/images/iconUserPolicies.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/iconUserPolicies.png b/nifi-docs/src/main/asciidoc/images/iconUserPolicies.png new file mode 100644 index 0000000..3d8603f Binary files /dev/null and b/nifi-docs/src/main/asciidoc/images/iconUserPolicies.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/893f87a3/nifi-docs/src/main/asciidoc/images/nifi-users-dialog.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/nifi-users-dialog.png b/nifi-docs/src/main/asciidoc/images/nifi-users-dialog.png index 0f9b6d2..31f2ff2 100644 Binary files a/nifi-docs/src/main/asciidoc/images/nifi-users-dialog.png and b/nifi-docs/src/main/asciidoc/images/nifi-users-dialog.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/893f87a3/nifi-docs/src/main/asciidoc/images/user-policies-detail.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/user-policies-detail.png b/nifi-docs/src/main/asciidoc/images/user-policies-detail.png new file mode 100644 index 0000000..5c6cb9a Binary files /dev/null and b/nifi-docs/src/main/asciidoc/images/user-policies-detail.png differ http://git-wip-us.apache.org/repos/asf/nifi/blob/893f87a3/nifi-docs/src/main/asciidoc/images/user-policies.png ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/images/user-policies.png b/nifi-docs/src/main/asciidoc/images/user-policies.png new file mode 100644 index 0000000..362c9f8 Binary files /dev/null and b/nifi-docs/src/main/asciidoc/images/user-policies.png differ
