[ 
https://issues.apache.org/jira/browse/NIFI-7578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17148689#comment-17148689
 ] 

ASF subversion and git services commented on NIFI-7578:
-------------------------------------------------------

Commit c221e4934d0d4be3215e9766c93c85472f91aef2 in nifi's branch 
refs/heads/master from Javi Roman
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=c221e49 ]

NIFI-7578 nifi-toolkit CLI Process Group Create command
- Remove unused imports
- Fix checkstyle errors

This closes #4358.


> nifi-toolkit CLI Process Group Create command
> ---------------------------------------------
>
>                 Key: NIFI-7578
>                 URL: https://issues.apache.org/jira/browse/NIFI-7578
>             Project: Apache NiFi
>          Issue Type: New Feature
>          Components: Tools and Build
>    Affects Versions: 1.11.4
>            Reporter: Javi Roman
>            Assignee: Javi Roman
>            Priority: Major
>              Labels: nifi-toolkit
>             Fix For: 1.11.4
>
>         Attachments: nifi-cli-pg-create.png, ui-pg-teams.png
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> The most common approach to user/team managed authorization is through the 
> use of unique Process Groups added to the Root Process Group. All this 
> approach can be done by means of NiFi CLI commands, for instance:
>  # Create Process Group (NiFi UI): Team1
>  # bin/cli.sh nifi create-user username-for-team1
>  # bin/cli.sh nifi create-user-group -ugn Team1
>  # bin/cli.sh nifi update-user-group -ugn Team1 -uil 
> dcea37eb-0172-1000-d387-83441fa6fafc
>  # bin/cli.sh nifi update-policy -gnl Team1 -poa read -por /flow .... and so 
> on for policies.
> The only UI made step in this user/team approach is the creation of the 
> Process Group from the root PG.
> The idea is create a new command in the CLI:
> bin/cli.sh nifi pg-create -pgn Team1
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to