-
Notifications
You must be signed in to change notification settings - Fork 404
eks fargate issue facing ERROR, Missing credentials in config #506
Comments
You want to look at #452 and #442 (comment) changes suggested in the PRs you linked were reverted (see #453) |
I just tried #452. |
Hi @Flydiverny can check with you for this particular role arn:aws:iam::111111111:role/eksctl-fargate-test-kes-iamserviceaccount-role --> what kind of policy you using? |
Only has a trust relationship of, NOTE that this permission would allow any service account to assume this role {
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::111111111:oidc-provider/oidc.eks.eu-west-1.amazonaws.com/id/F5C083E55DB8AE8A685E5F11E3DDCAB8"
},
"Action": "sts:AssumeRoleWithWebIdentity",
"Condition": {
"StringLike": {
"oidc.eks.eu-west-1.amazonaws.com/id/F5C083E55DB8AE8A685E5F11E3DDCAB8:sub": "system:serviceaccount:*"
}
}
}
]
} For more details check the EKS user guide |
Hello I am facing missing credentials in config error for fargate eks. I followed the steps from here
#416
and also
#414
tried both but no success :( This is the logs I got from the pod:
{“level”:50,“time”:1602036267400,“pid”:17,“hostname”:“external-secret-2kubernetes-external-secrets-886db7b86-9xnf4”,“message”:“Missing credentials in config”,“errno”:“ETIMEDOUT”,“code”:“CredentialsError”“originalError”:{“message”:“Could not load credentials from any providers”,“errno”:“ETIMEDOUT”,“code”:“CredentialsError”,“syscall”:“connect”,,“originalError”:{“message”:“EC2 Metadata roleName request returned
The text was updated successfully, but these errors were encountered: