apache / celeborn

Apache Celeborn is an elastic and high-performance service for shuffle and spilled data.
https://celeborn.apache.org/
Apache License 2.0
862 stars 351 forks source link

[CELEBORN-1318][FOLLOWUP] Authenticate bearer token directly #2666

Closed turboFei closed 1 month ago

turboFei commented 1 month ago

What changes were proposed in this pull request?

I am working on the bearer token authentication integration, and meet the token base64 decode issue.

And found that, for bear token, we shall authenticate it directly.

image

Why are the changes needed?

For bearer authentication issue.

Does this PR introduce any user-facing change?

No.

How was this patch tested?

Integration testing.

image
turboFei commented 1 month ago

cc @pan3793

pan3793 commented 1 month ago

merged to main