Closed lifulong closed 1 month ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 0.00%. Comparing base (
ebe7e92
) to head (850bda4
). Report is 2 commits behind head on master.
Files with missing lines | Patch % | Lines |
---|---|---|
...ver/http/authentication/AuthenticationFilter.scala | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@pan3793 @ulysses-you @turboFei anyone have time review this change ?
thx for review @pan3793 @turboFei , but how to merge, looks like i have no permission to mege
thanks @lifulong merged to master/branch-1.9/branch-1.8
:mag: Description
Issue References π
This pull request fixes #6709
Describe Your Solution π§
transfer the type of authTypes from seq to set before do equals check
Types of changes :bookmark:
Test Plan π§ͺ
test in our produce kyuubi env
Behavior Without This Pull Request :coffin:
always hint to login in all sub tabs of management tab in kyuubi web ui, but can not login in actually, while use confkyuubi.authentication NOSASL, and our java version is 1.8 scala version is 2.12.18
Behavior With This Pull Request :tada:
Related Unit Tests
none, no need i think
Checklist π
Be nice. Be informative.