You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/12/14 03:27:37 UTC

[GitHub] [incubator-kyuubi] bowenliang123 commented on a diff in pull request #3606: [KYUUBI #3605][Subtask][Authz] WIP: extend `PrivilegeObject` and`AccessResource` to support catalog

bowenliang123 commented on code in PR #3606:
URL: https://github.com/apache/incubator-kyuubi/pull/3606#discussion_r1047975567


##########
extensions/spark/kyuubi-spark-authz/src/main/scala/org/apache/kyuubi/plugin/spark/authz/ranger/AccessResource.scala:
##########
@@ -27,6 +27,7 @@ import org.apache.kyuubi.plugin.spark.authz.OperationType.OperationType
 
 class AccessResource private (val objectType: ObjectType) extends RangerAccessResourceImpl {

Review Comment:
   OK, addressed. The `catalog` is not suitable for setting in `elements` of RangerAccessResourceImpl, or it causes unexpected unauthorization results.



-- 
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: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org