Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(sources)!: add custom auth strategy for components with HTTP server
This adds `custom` auth strategy for components with HTTP server (`http_server`, `datadog_agent`, `opentelemetry`, `prometheus`) besides the default basic auth. This is a breaking change because `strategy` is now required for auth - for existing configurations `strategy: "basic"` needs to be added. Related: vectordotdev#22213
- Loading branch information