Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1318][FOLLOWUP] Authenticate bearer token directly
### 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](https://github.com/user-attachments/assets/0270f924-1d57-4ddd-9fdc-632711782078) ### 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. <img width="1727" alt="image" src="https://github.com/user-attachments/assets/0c03b73b-be08-45b0-81c4-006eebc5ac3b"> Closes #2666 from turboFei/bear_auth. Authored-by: Wang, Fei <fwang12@ebay.com> Signed-off-by: Cheng Pan <chengpan@apache.org>
- Loading branch information