Support Bearer Authorization headers in http_server source #21850
Labels
source: http_server
Anything `http_server` source related
type: feature
A value-adding code addition that introduce new functionality.
A note for the community
Use Cases
Some places pushing logs via webhook only support specifying a bearer token for the
Authorization
header (e.g.,Authorization: Bearer <token>
). Vector'shttp_server
source currently only supports basic auth here (e.g.,Authorization: Basic <base64-encoded-user:pass>
).Attempted Solutions
No response
Proposal
There should be an additional
auth.token
(or similar) option that Vector would use to authenticateAuthorization: Bearer <token>
headers.References
No response
Version
0.42.0
The text was updated successfully, but these errors were encountered: