apache/kyuubi

[FEATURE] Support http bearer token authentication

开放

#6,590 创建于 2024年8月6日

 (0 条评论) (0 个反应) (0 位负责人)Scala (996 个派生)batch import
good first issuekind:featurepriority:major

仓库指标

星标
 (2,332 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Code of Conduct

Search before asking

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

Describe the feature

The same with celeborn https://github.com/apache/celeborn/blob/main/service/src/main/scala/org/apache/celeborn/server/common/http/authentication/BearerAuthenticationHandler.scala

To support bearer token authentication.

Motivation

Bearer token authentication is widely used.

Describe the solution

Refer: https://github.com/apache/celeborn/blob/main/service/src/main/scala/org/apache/celeborn/server/common/http/authentication/BearerAuthenticationHandler.scala https://github.com/apache/celeborn/pull/2440

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 improve.
  • No. I cannot submit a PR at this time.

贡献者指南