You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jg...@apache.org on 2022/10/04 00:50:43 UTC

[nifi] branch main updated: NIFI-10564 Update text for access the controller access policy in UI and Admin Guide

This is an automated email from the ASF dual-hosted git repository.

jgresock pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new d29f67465a NIFI-10564 Update text for access the controller access policy in UI and Admin Guide
d29f67465a is described below

commit d29f67465a241c79049c7e886f8d46873e9b1279
Author: Andrew Lim <an...@gmail.com>
AuthorDate: Mon Oct 3 17:45:21 2022 -0400

    NIFI-10564 Update text for access the controller access policy in UI and Admin Guide
    
    Signed-off-by: Joe Gresock <jg...@gmail.com>
    
    This closes #6476.
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc                   | 2 +-
 .../nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index eb93a62220..b4fd84dce1 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -1347,7 +1347,7 @@ Global access policies govern the following system level authorizations:
 |`/flow`
 
 |access the controller
-|Allows users to view/modify the controller including Reporting Tasks, Controller Services, Parameter Contexts and Nodes in the Cluster
+|Allows users to view/modify the controller including Management Controller Services, Reporting Tasks, Registry Clients, Parameter Providers and nodes in the cluster
 |Controller Settings
 |`/controller`
 
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js
index e6dbdfb745..477c16656e 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/nf-common.js
@@ -132,7 +132,7 @@
     }, {
         text: 'access the controller',
         value: 'controller',
-        description: 'Allows users to view/modify the controller including Reporting Tasks, Controller Services, Parameter Contexts, and Nodes in the Cluster'
+        description: 'Allows users to view/modify the controller including Management Controller Services, Reporting Tasks, Registry Clients, Parameter Providers and nodes in the cluster'
     }, {
         text: 'access parameter contexts',
         value: 'parameter-contexts',