Skip to content

[KYUUBI #7147] Enforce to use Kyuubi's PlainSASLServer for PLAIN mechanism #7145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

pan3793
Copy link
Member

@pan3793 pan3793 commented Jul 21, 2025

Why are the changes needed?

Close #7147

How was this patch tested?

UT is updated, I also tested it with log4j2 kafka appended (kafka uses SASL/PLAIN authN).

Was this patch authored or co-authored using generative AI tooling?

No.

@pan3793 pan3793 changed the title Ensure Kyuubi Thrift server picks the right SASLServer for PLAIN mechanism [KYUUBI #7147] Enforce to use Kyuubi's PlainSASLServer for PLAIN mechanism Jul 21, 2025
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 0.00%. Comparing base (a3f1e51) to head (c5c6229).

Files with missing lines Patch % Lines
...yuubi/service/authentication/PlainSASLHelper.scala 0.00% 14 Missing ⚠️
...yuubi/service/authentication/PlainSASLServer.scala 0.00% 2 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##           master   #7145   +/-   ##
======================================
  Coverage    0.00%   0.00%           
======================================
  Files         701     701           
  Lines       43500   43507    +7     
  Branches     5895    5897    +2     
======================================
- Misses      43500   43507    +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enforce to use Kyuubi's PlainSASLServer for PLAIN mechanism
2 participants