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] UI cannot display the engine or connection information #6927

Open
2 of 4 tasks
smilehu2019 opened this issue Feb 19, 2025 · 2 comments
Open
2 of 4 tasks

[Bug] UI cannot display the engine or connection information #6927

smilehu2019 opened this issue Feb 19, 2025 · 2 comments
Labels
kind:bug This is a clearly a bug priority:major

Comments

@smilehu2019
Copy link

Code of Conduct

Search before asking

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

Describe the bug

When I enable kerberos authentication, the UI cannot display the engine or connection information

Affects Version(s)

1.9.0

Kyuubi Server Log Output

Kyuubi Engine Log Output

Kyuubi Server Configurations

kyuubi.authentication=KERBEROS
    kyuubi.kinit.principal=kyuubi/[email protected]
    kyuubi.kinit.keytab=/etc/hadoop/dev/conf/kyuubi.keytab
    kyuubi.spnego.keytab=/etc/hadoop/dev/conf/spnego.service.keytab
    kyuubi.spnego.principal=HTTP/[email protected]
    kyuubi.ctl.rest.auth.schema=spnego
    kyuubi.ctl.rest.spnego.host=kdp-kyuubi
    kyuubi.frontend.rest.authentication=NONE
    kyuubi.frontend.rest.bind.port=10099
    kyuubi.frontend.protocols=THRIFT_BINARY,REST
    kyuubi.engine.connection.url.use.hostname=false
    kyuubi.engine.share.level=USER

Kyuubi Engine Configurations

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.
@smilehu2019 smilehu2019 added kind:bug This is a clearly a bug priority:major labels Feb 19, 2025
Copy link

Hello @smilehu2019,
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 Feb 19, 2025

Unfortunately, we haven't implemented the SPNEGO authN for Web UI, as a workaround, you can enable KERBEROS with additional sasl/plain authN, e.g. LDAP or JDBC, to allow the UI to use username/password for authentication.

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