[KYUUBI #7265] Recommend to configure kyuubi.session.local.dir.allowlist for multi-tenant clusters#7269
Closed
aajisaka wants to merge 2 commits into
Closed
[KYUUBI #7265] Recommend to configure kyuubi.session.local.dir.allowlist for multi-tenant clusters#7269aajisaka wants to merge 2 commits into
aajisaka wants to merge 2 commits into
Conversation
…allow.list for multi-tenant clusters.
cxzl25
approved these changes
Dec 10, 2025
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7269 +/- ##
======================================
Coverage 0.00% 0.00%
======================================
Files 696 696
Lines 43530 43535 +5
Branches 5883 5885 +2
======================================
- Misses 43530 43535 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
aajisaka
added a commit
that referenced
this pull request
Dec 10, 2025
…ist for multi-tenant clusters ### Why are the changes needed? Add recommendation to protect credentials in Kyuubi server for multi-tenant use case. Fixes #7265 ### How was this patch tested? New test is not added because it's only documentation and logging change. ### Was this patch authored or co-authored using generative AI tooling? No Closes #7269 from aajisaka/multi-tenant-doc. Closes #7265 477ad75 [Akira Ajisaka] Fix scalastyle check 5e947b9 [Akira Ajisaka] [KYUUBI #7265] Recommend to configure kyuubi.session.local.dir.allow.list for multi-tenant clusters. Authored-by: Akira Ajisaka <aajisaka@apache.org> Signed-off-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit 4b180d4) Signed-off-by: Akira Ajisaka <aajisaka@apache.org>
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why are the changes needed?
Add recommendation to protect credentials in Kyuubi server for multi-tenant use case.
Fixes #7265
How was this patch tested?
New test is not added because it's only documentation and logging change.
Was this patch authored or co-authored using generative AI tooling?
No