dimas-b commented on code in PR #4506:
URL: https://github.com/apache/polaris/pull/4506#discussion_r3289251795
##########
extensions/auth/ranger/impl/src/main/java/org/apache/polaris/extension/auth/ranger/RangerPolarisOperationSemantics.java:
##########
@@ -165,6 +166,10 @@ enum ResolvedPathRooting {
RBAC_SEMANTICS_BY_OPERATION.put(
PolarisAuthorizableOperation.REGISTER_TABLE,
new RangerPolarisOperationSemantics(toSet(TABLE_CREATE), null,
ResolvedPathRooting.ROOT));
+ RBAC_SEMANTICS_BY_OPERATION.put(
Review Comment:
This change looks reasonable to me. Any known reasons to delay merging it?
If Ranger integration is affected we can fix-forward on `main`.
--
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]