You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched in the issues and found no similar issues.
Describe the bug
while check auth types in AuthenticationFilter.initAuthHandlers
authTypes == Set(NOSASL)
left side is seq, right side is set, the result is always false, even if authTypes values is Seq(NOSASL)
Affects Version(s)
master
Kyuubi Server Log Output
2024-09-25 14:55:22.330 DEBUG org.apache.kyuubi.server.http.authentication.AuthenticationFilter: No auth scheme matched for url: http://10.101.1.62:10100/api/v1/ping
Kyuubi Engine Log Output
No response
Kyuubi Server Configurations
kyuubi.authentication NOSASL
Kyuubi Engine Configurations
No response
Additional context
No response
Are you willing to submit PR?
Yes. I would be willing to submit a PR with guidance from the Kyuubi community to fix.