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

ASF GitHub Bot commented on NIFIREG-9:
--------------------------------------

Github user kevdoran commented on a diff in the pull request:

    https://github.com/apache/nifi-registry/pull/14#discussion_r142514956
  
    --- Diff: nifi-registry-security/pom.xml ---
    @@ -51,11 +67,25 @@
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-checkstyle-plugin</artifactId>
                     <configuration>
    -                    <excludes>**/user/generated/*.java</excludes>
    +                    
<excludes>**/authorization/file/generated/*.java,**/authorization/file/tenants/generated/*.java</excludes>
                     </configuration>
                 </plugin>
             </plugins>
         </build>
    +
    +    <dependencyManagement>
    +        <dependencies>
    +            <!-- This is here because Spring Security 4.2.3.RELEASE builds 
against Spring Framwork 4.3.9.RELEASE -->
    +            <dependency>
    +                <groupId>org.springframework</groupId>
    +                <artifactId>spring-framework-bom</artifactId>
    --- End diff --
    
    Good catch. Yep, will do.


> Define web REST API endpoints for user, group, and policy management
> --------------------------------------------------------------------
>
>                 Key: NIFIREG-9
>                 URL: https://issues.apache.org/jira/browse/NIFIREG-9
>             Project: NiFi Registry
>          Issue Type: New Feature
>            Reporter: Kevin Doran
>            Assignee: Kevin Doran
>             Fix For: 0.0.1
>
>
> NIFIREG-8 defined web REST API endpoints for domain objects such as buckets 
> and flows.
> This ticket scopes work to build on that by adding endpoints for additional 
> resources to facilitate user, group, and policy management.
> The interface for user, group, and policy management will be based on the 
> NiFi API so as to minimize the effort for NiFi API clients to be reused for 
> NiFi Registry.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to