sungwy commented on code in PR #3681:
URL: https://github.com/apache/polaris/pull/3681#discussion_r2791077641
##########
polaris-core/src/main/java/org/apache/polaris/core/auth/PolarisAuthorizableOperation.java:
##########
@@ -287,6 +308,10 @@ public enum PolarisAuthorizableOperation {
: privilegesOnSecondary;
}
+ public boolean isRbacAdminOperation() {
Review Comment:
Yes, actually my intent with this PR is to just use it as a POC and an aid
to reviewing the RFC.
I'd like to break up the review into multiple PRs as I've noted in the
[Implementation Plan section of the
RFC](https://docs.google.com/document/d/1OaiQG_C4-yUe0ihaDBxtw_mEcOOzUBnWPazzVbjQi5U/edit?tab=t.0#heading=h.k4t1nkd1so5g).
I think it'll make it easier to review and introduce the changes
--
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]