Repository: nifi Updated Branches: refs/heads/master d54427488 -> 916292994
NIFI-2541 This closes #831. Update Multi-tenant authorization doc for UI change to Policy page Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/91629299 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/91629299 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/91629299 Branch: refs/heads/master Commit: 916292994c6253e5be673804abb2e659ff755f5d Parents: d544274 Author: Andrew Lim <[email protected]> Authored: Wed Aug 10 15:25:25 2016 -0400 Committer: joewitt <[email protected]> Committed: Wed Aug 10 15:47:59 2016 -0400 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/91629299/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 c15622f..4c6dfbc 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -569,6 +569,8 @@ An administrator does not need to manually create policies for every component i You can override an inherited policy (as described in the <<moving-a-processor>> example below). Overriding a policy removes the inherited policy, breaking the chain of inheritance from parent to child, and creates a replacement policy to add users as desired. Inherited policies and their users can be restored by deleting the replacement policy. +NOTE: âView the policiesâ and âmodify the policiesâ component-level access policies are an exception to this inherited behavior.âWhen a user is added to either policy, they are added to the current list of administrators.âThey do not override higher level administrators.âFor this reason, only component specific administrators are displayed for the âview the policiesâ and âmodify the policies" access policies. + [[access-policy-config-examples]] Access Policy Configuration Examples ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
