dimas-b commented on code in PR #499:
URL: https://github.com/apache/polaris/pull/499#discussion_r1863965324


##########
polaris-core/src/main/java/org/apache/polaris/core/auth/CoreAuthorizer.java:
##########
@@ -119,8 +122,8 @@
  * the expanded roles of the calling Principal hold SERVICE_MANAGE_ACCESS on 
the "root" catalog,
  * which translates into a cross-catalog permission.
  */
-public class PolarisAuthorizerImpl implements PolarisAuthorizer {
-  private static final Logger LOGGER = 
LoggerFactory.getLogger(PolarisAuthorizerImpl.class);
+public class CoreAuthorizer implements PolarisAuthorizer {

Review Comment:
   It is certainly possible to have a custom authorizer. The "allow all" 
authorizer is an example of that.
   
   I meant that the old authorizer does not need anything that is not in 
`polaris-core` in order to operate. That's why I kept it in core.
   
   By the way, I did rename it to `DefaultPolarisAuthorizer`.



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to