bbende commented on a change in pull request #197: NIFIREG-206 Support 
anonymous access to public resources
URL: https://github.com/apache/nifi-registry/pull/197#discussion_r293094238
 
 

 ##########
 File path: 
nifi-registry-core/nifi-registry-framework/src/main/java/org/apache/nifi/registry/service/AuthorizationService.java
 ##########
 @@ -461,6 +462,16 @@ public AccessPolicy deleteAccessPolicy(String identifier) 
{
                         .map(AuthorizationService::resourceToDTO)
                         .collect(Collectors.toList());
 
+        // add any buckets that have been made public for read requests
 
 Review comment:
   Went back and looked at this and you were right, this change was not 
necessary since it ends up checking each bucket resource against the framework 
authorizer which then authorizes the public buckets. 
   
   I pushed another commit that removes those changes and addresses the 
isLoginSupported change. Thanks!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to