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
Deploying KCL consumer via kubernetes on aws EKS service does not pick up IAM role from serviceAccount with AWSCredentialsProvider = DefaultAWSCredentialsProviderChain, instead it uses node level role.
Following environment variables are present in the service, however it still doesn't seem to pick it up. However it works when I provide AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
Deploying KCL consumer via kubernetes on aws EKS service does not pick up IAM role from serviceAccount with AWSCredentialsProvider =
DefaultAWSCredentialsProviderChain
, instead it uses node level role.Following environment variables are present in the service, however it still doesn't seem to pick it up. However it works when I provide
AWS_ACCESS_KEY_ID
andAWS_SECRET_ACCESS_KEY
.The text was updated successfully, but these errors were encountered: