abhishekagarwal87 commented on a change in pull request #11008:
URL: https://github.com/apache/druid/pull/11008#discussion_r597135242
##########
File path:
server/src/main/java/org/apache/druid/server/security/AuthorizationUtils.java
##########
@@ -263,6 +263,10 @@ public static Access authorizeAllResourceActions(
throw new ISE("No authorizer found with name: [%s].",
authenticationResult.getAuthorizerName());
}
+ if (authorizer instanceof AllowAllAuthorizer) {
Review comment:
earlier this code will filter a resource if
`resourceActionGenerator.apply(resource)` returns null but now it won't. does
that difference matter?
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]