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
session.New is deprecated and requires the AWS_SDK_LOAD_CONFIG environment variable to be set in order to automatically call AssumeRoleWithWebIdentity.
I propose updating to use session.NewSession instead. I am happy to contribute this change.
The text was updated successfully, but these errors were encountered:
Due to this issue in the aws sdk, it is not possible to authenticate using iam roles for service accounts in AWS EKS.
This is because session.New is being used.
cortex/pkg/chunk/aws/s3_storage_client.go
Line 54 in 4a7f5b0
session.New is deprecated and requires the AWS_SDK_LOAD_CONFIG environment variable to be set in order to automatically call AssumeRoleWithWebIdentity.
I propose updating to use session.NewSession instead. I am happy to contribute this change.
The text was updated successfully, but these errors were encountered: