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

Add Bearer Token support for HTTP authentication #268

Open
che-spotnana opened this issue Sep 21, 2023 · 1 comment
Open

Add Bearer Token support for HTTP authentication #268

che-spotnana opened this issue Sep 21, 2023 · 1 comment
Assignees

Comments

@che-spotnana
Copy link

Is your feature request related to a problem? Please describe.
Now it only support Basic authentication, does not support Bearer Token.

Describe the solution you'd like
Add the BearerHttpAuthenticator and its config

Describe alternatives you've considered

Additional context

@klisira
Copy link

klisira commented Mar 13, 2024

Hey, you can pass the bearer token in the configuration of the connector like this:
"http.request.headers": "Authorization: Bearer <your_actual_token>"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants