File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # DESCRIPTION
2+ # This file contains the permissions for the global policies
3+ # that can be found in the NiFi Admin Guide:
4+ # https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#access-policies
5+
16package nifi_global_policies
27
38global_policies := {
Original file line number Diff line number Diff line change 1+ # DESCRIPTION
2+ # This file contains the permissions for the node components in your flow.
3+ # A node component is every component on Level 3 or higher. So every component
4+ # that is contained in the components on the canvas you see after the login.
5+ # [IMPORTANT] Those permissions are set using the UUID of the component.
6+ # Thus the permissions can only be created if the component is already existing.
7+ #
8+ # The available access policy discriptors can be found here:
9+ # https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#access-policies
10+
111package nifi_node_policies
212
313node_policies := {
Original file line number Diff line number Diff line change 1+ # DESCRIPTION
2+ # This file contains the permissions for the root components in your flow.
3+ # A root component is every component on Level 1 (NiFi Flow it self) and
4+ # Level 2 which are all components located directly in the NiFi Flow (those you see
5+ # when you log into the Web-UI).
6+ # [IMPORTANT] Those permissions are set using the future name of the component.
7+ # Thus the permissions can be created before the components even exist.
8+ #
9+ # The available access policy discriptors can be found here:
10+ # https://nifi.apache.org/docs/nifi-docs/html/administration-guide.html#access-policies
11+
112package nifi_root_policies
213
314root_policies := {
15+ " /processors" : {
16+ }
17+
418 " /process-groups" : {
519 " Projekt1" :{
620 " read" : {
Original file line number Diff line number Diff line change @@ -176,8 +176,6 @@ allow := {
176176
177177
178178# # check for illegal 'non-root equals root name' component name
179-
180- # illegal name
181179allow := {
182180 " allowed" : " false" ,
183181 " dumpCache" : true ,
You can’t perform that action at this time.
0 commit comments