dimas-b commented on code in PR #3228:
URL: https://github.com/apache/polaris/pull/3228#discussion_r2599459642
##########
polaris-core/src/main/java/org/apache/polaris/core/auth/PolarisAuthorizer.java:
##########
@@ -28,6 +28,12 @@
/** Interface for invoking authorization checks. */
public interface PolarisAuthorizer {
+ boolean requiresPrincipalRoles();
+
+ boolean requiresCatalogRoles();
+
+ boolean requiresResolvedEntities();
Review Comment:
upd: default methods are in the latest commit on this PR
--
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]