common-fate / granted

The easiest way to access your cloud.
https://granted.dev
MIT License
957 stars 90 forks source link

Using assumego to connect to EKS not working #554

Closed ego93 closed 5 months ago

ego93 commented 7 months ago

I had configured my kubeconfig file as per the documentation https://docs.commonfate.io/granted/recipes/eks However, I was getting the following error:

assumego Error while proxying request: getting credentials: decoding stdout: yaml: line 3: mapping values are not allowed in this context

I found that changing the command from assumego to assume solved the issue.

This is an issue since release v0.20.x as I had tested with v0.19.2 and did not have the same problem.

I'm currently on v.0.20.2

ego93 commented 5 months ago

Docs have been updated to reflect the above