Skip to content
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

[FEATURE] Support KERBEROS and PLAIN authentication at the same time #1262

Closed
3 tasks done
turboFei opened this issue Oct 20, 2021 · 0 comments
Closed
3 tasks done

[FEATURE] Support KERBEROS and PLAIN authentication at the same time #1262

turboFei opened this issue Oct 20, 2021 · 0 comments
Assignees
Labels
kind:feature Feature request

Comments

@turboFei
Copy link
Member

turboFei commented Oct 20, 2021

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the feature

Support multiple kinds of SASL auth type for kyuubi server.

For example:

Both GSSAPI/kerberos and PLAIN/LDAP

Motivation

To build an unified gateway that supports multiple auth type

Describe the solution

Split AUTHENTICATION_METHOD to

  • SASL_ENABLED
    • GSSAPI/kerberos
    • PLAIN_AUTH_TYPE
      • LDAP
      • NONE
      • CUSTOM
  • NONSASL

Additional context

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@turboFei turboFei added the kind:feature Feature request label Oct 20, 2021
@turboFei turboFei self-assigned this Oct 20, 2021
@turboFei turboFei changed the title [FEATURE] Support multiple kinds of SASL authentication type [FEATURE] Support KERBEROS and PLAIN authentication at the same time Oct 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:feature Feature request
Projects
None yet
Development

No branches or pull requests

1 participant