Replies: 1 comment 3 replies
-
I haven't touched the HTTP source, #22744 is only about the sink - might it be possible the documentation for the http source reuses some of the general HTTP auth documentation and falsely advertises the HTTP source can also use AWS auth? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
According to docs, prometheus_scrape and http_client sources support aws auth in outcoming request. I've tried next configurations:
But both sources don't send auth headers in requests (based on vector debug logs and actual request in polled service). Debug logs from vector:
@johannesfloriangeiger I assume you added this feature in #22744. Can you help what I am doing wrong and how to make it work?
Beta Was this translation helpful? Give feedback.
All reactions