# 🔍 Description ## Issue References 🔗 This pull request aims to make authz check hoodie procedures path resource privileges. ## Describe Your Solution 🔧 Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. ## Types of changes 🔖 - [x] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ When the Hoodie procedure operation is on the path, the check can pass regardless of whether the path resource has permissions. #### Behavior With This Pull Request 🎉 Check the path permissions correctly. #### Related Unit Tests New tests added. --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #5972 from Yikf/hudi-call-path. Closes #6007 e7dd28be8 [yikaifei] AuthZ should check hoodie procedures path resource privileges Authored-by: yikaifei <yikaifei@apache.org> Signed-off-by: yikaifei <yikaifei@apache.org> |
||
|---|---|---|
| .. | ||
| src | ||
| pom.xml | ||
| README.md | ||
Kyuubi Spark AuthZ Extension
Functions
- Column-level fine-grained authorization
- Row-level fine-grained authorization, a.k.a. Row-level filtering
- Data masking
Build
build/mvn clean package -DskipTests -pl :kyuubi-spark-authz_2.12 -am -Dspark.version=3.2.1 -Dranger.version=2.4.0
Supported Apache Spark Versions
-Dspark.version=
- master
- 3.5.x
- 3.4.x (default)
- 3.3.x
- 3.2.x
- 3.1.x
- 3.0.x
- 2.4.x and earlier
Supported Apache Ranger Versions
-Dranger.version=
- 2.4.x (default)
- 2.3.x
- 2.2.x
- 2.1.x
- 2.0.x
- 1.2.x
- 1.1.x
- 1.0.x
- 0.7.x
- 0.6.x