You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sigv4 auth extension fails initialization inside an EKS-Anywhere cluster without sts_region value. The cluster is setup with IRSA and the service account is attached.
2022/09/28 16:37:19 ADOT Collector version: v0.21.1
2022/09/28 16:37:19 found no extra config, skip it, err: open /opt/aws/aws-otel-collector/etc/extracfg.txt: no such file or directory
Error: failed to get config: invalid configuration: extension "sigv4auth" has invalid configuration: could not retrieve credential provider: failed to refresh cached credentials, failed to retrieve credentials, operation error STS: AssumeRoleWithWebIdentity, failed to resolve service endpoint, an AWS region is required, but was not found
2022/09/28 16:37:19 application run finished with error: failed to get config: invalid configuration: extension "sigv4auth" has invalid configuration: could not retrieve credential provider: failed to refresh cached credentials, failed to retrieve credentials, operation error STS: AssumeRoleWithWebIdentity, failed to resolve service endpoint, an AWS region is required, but was not found
Additional context
Ideally, if sts_region isn't provided then the default region or aws_region value is used.
The text was updated successfully, but these errors were encountered:
What happened?
Description
Sigv4 auth extension fails initialization inside an EKS-Anywhere cluster without
sts_region
value. The cluster is setup with IRSA and the service account is attached.Steps to Reproduce
Expected Result
collector to start
Actual Result
Collector fails to start due to sigv4 error
Collector version
ADOT Collector v0.21.1-6b7244d. Uses upstream collector version
v0.60.0
Environment information
EKS-Anywhere cluster using vSphere provider, os Bottlerocket, Kubernetes 1.21
OpenTelemetry Collector configuration
Log output
Additional context
Ideally, if
sts_region
isn't provided then the defaultregion
oraws_region
value is used.The text was updated successfully, but these errors were encountered: