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
When building eksctl with the latest release of aws-sdk-go-2, API server requests containing URLs presigned by sts.PresignClient fail with an Unauthorized error.
[email protected] now adds an extra header amz-sdk-request to the generated request, but this header is not allow-listed by aws-iam-authenticator server running on the control plane. This is likely due to this change which reorders the middleware operations to execute RetryMetricsHeader before Signing.
The text was updated successfully, but these errors were encountered:
When building eksctl with the latest release of
aws-sdk-go-2
, API server requests containing URLs presigned bysts.PresignClient
fail with anUnauthorized
error.[email protected]
now adds an extra headeramz-sdk-request
to the generated request, but this header is not allow-listed byaws-iam-authenticator
server running on the control plane. This is likely due to this change which reorders the middleware operations to executeRetryMetricsHeader
beforeSigning
.The text was updated successfully, but these errors were encountered: