Maikel Penz
09/09/2021, 8:29 PMNoCredentialsError('Unable to locate credentials')
from the job execution.
In the past I used the ECS agent and I was able to pass a task_role_arn
to it. However I see that both the KubernetesAgent
and the run config for Kubernetes KubernetesRun
don’t have a “role” parameter to inform.
My next thought was that either the role attached to the EKS cluster
or the Fargate profile
should do the work, but as a test I gave admin to both and I still get the credentials issue.
What am I missing ?Kevin Kho
Kevin Kho
Maikel Penz
09/09/2021, 9:26 PMMaikel Penz
09/09/2021, 9:27 PMHey @Maikel Penz, I'm not 100% sure if that is expected to work, but I think it should. Maybe try passing credentials as env vars to KubernetesAgent?
< This doesn’t seem to be the solution. The same way that you wouldn’t need to pass credentials into a flow running on ECS for exampleKevin Kho
Maikel Penz
09/09/2021, 10:22 PMMaikel Penz
09/09/2021, 10:22 PMMaikel Penz
09/09/2021, 10:23 PMMaikel Penz
09/09/2021, 10:23 PMKevin Kho
Amogh Kulkarni
09/24/2021, 1:03 AMMaikel Penz
09/26/2021, 1:28 AMAmogh Kulkarni
10/06/2021, 7:35 PMMaikel Penz
10/06/2021, 9:21 PM