apache/kyuubi

[FEATURE] Support http bearer token authentication

オープン

#6,590 opened on 2024/08/06

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Scala (996 件のフォーク)batch import
good first issuekind:featurepriority:major

Repository metrics

Stars
 (2,332 個のスター)
PR merge metrics
 (30d に merged 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.

コントリビューターガイド