-
Notifications
You must be signed in to change notification settings - Fork 931
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
[Improvement] RESTful API supports isolated authentication configuration #6041
Comments
I know the pain of Kerberos/SPNEGO for both user and administrator, as a workaround, it's allowed to configure multi-values on
and even
|
look like |
It also affects THRIFT-BINARY API. |
Maybe in some scenarios we just want to turn off the authentication of restful api? |
makes sense, u are welcome to have a try, but such a part is a little bit complex :) |
…ble configuration
Code of Conduct
Search before asking
What would you like to be improved?
kyuubi restful api uses the authentication method set by the
kyuubi.authentication
parameter, but sometimes users do not want to enable the authentication for restful api.When
kyuubi.authentication=KERBEROS
, butkyuubi.spnego.xxx
not set, an error will be reported, and http requests for "/api/v1" will fail.Should we add a configuration parameter like
kyuubi.restful.authentication
to control whether the restful api enables authentication?How should we improve?
add a configuration parameter to supports restful api control authentication isolated.
Are you willing to submit PR?
The text was updated successfully, but these errors were encountered: