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

[Bug] Web UI Basic authN ON KERBEROS #6494

Open
3 of 4 tasks
TransistorWaltz opened this issue Jun 21, 2024 · 5 comments
Open
3 of 4 tasks

[Bug] Web UI Basic authN ON KERBEROS #6494

TransistorWaltz opened this issue Jun 21, 2024 · 5 comments
Labels
kind:bug This is a clearly a bug priority:major

Comments

@TransistorWaltz
Copy link

Code of Conduct

Search before asking

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

Describe the bug

when I set kyuubi.authentication=NONE,I sign in and sign out well.
Then,when I set kyuubi.authentication=KERBEROS,it not work.
First step,I run 'show databases;'.
image-1
Second step,I use hdfs/hdfs to sign in and fail.
Snipaste_2024-06-21_16-46-00

Affects Version(s)

1.9.1

Kyuubi Server Log Output

No response

Kyuubi Engine Log Output

No response

Kyuubi Server Configurations

No response

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.
  • No. I cannot submit a PR at this time.
@TransistorWaltz TransistorWaltz added kind:bug This is a clearly a bug priority:major labels Jun 21, 2024
Copy link

Hello @TransistorWaltz,
Thanks for finding the time to report the issue!
We really appreciate the community's efforts to improve Apache Kyuubi.

@pan3793
Copy link
Member

pan3793 commented Jun 21, 2024

Basic AuthN is not applicable to KERBEROS, it requires SPNEGO, no implemented yet.

@TransistorWaltz
Copy link
Author

Basic AuthN is not applicable to KERBEROS, it requires SPNEGO, no implemented yet.

How to turn off web UI Basic AuthN?

@pan3793
Copy link
Member

pan3793 commented Jun 21, 2024

You can set kyuubi.authentication=LDAP,KERBEROS, then both username/password and kerberos authentication work.

@TransistorWaltz
Copy link
Author

we don't have ldap,sad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:bug This is a clearly a bug priority:major
Projects
None yet
Development

No branches or pull requests

2 participants