Problems with aws auth in http_client and prometheus_scrape sources #23164
-
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.
Replies: 1 comment 4 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.
Raised ticket #23338, PR will follow soon.