-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Extension sigv4auth signature failure #29467
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Hi @arpitjindal97, How are you executing the collector? Are you using using an otel collector image? If so, by default the collector is built with a |
I'm compiling the otel binary from source and then executing it. It is able to find the credentials correctly. Another wired behaviour i noticed is If i call |
Also, if i add this header in config:
Then for some requests browser works but fails on few |
|
I'm on MacBook
|
Does this mean that it also fails when using a static set of credentials rather than |
Yes, I think the issue might not be with |
Pinging code owners for extension/httpforwarder: @atoulme @rmfitzpatrick. See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
This issue has been closed as inactive because it has been stale for 120 days with no activity. |
Component(s)
extension/sigv4auth
What happened?
Description
I have set credentials in ~/.aws/credentials with credential_process. OTEL is able to read them but sigv4 signing is failing.
Steps to Reproduce
otelconfig.yaml
~/.aws/credentials
print_cred.sh outputs:
Expected Result
OTEL should start and any http request to port 7070 should be forwarded to opensearch domain with correct sigv4 signature.
Actual Result
Collector version
v0.89.0
Environment information
No response
OpenTelemetry Collector configuration
No response
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: