mirror of https://github.com/apache/nifi.git
NIFI-10564 Update text for access the controller access policy in UI and Admin Guide
Signed-off-by: Joe Gresock <jgresock@gmail.com> This closes #6476.
This commit is contained in:
parent
7a01e22125
commit
d29f67465a
|
@ -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`
|
||||
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue