paws-r / paws

Paws, a package for Amazon Web Services in R
https://www.paws-r-sdk.com
Other
315 stars 37 forks source link

Support EKS service accounts. #787

Closed JRocki closed 3 months ago

JRocki commented 4 months ago

When deploying projects using paws on EKS, the AWS credentialing will only work if you attach an IAM policy to the node role. It would be great to have it work when assigning an IAM role to a service account. For example, see this post here. Option 1 works with paws but option 2 does not. Boto3 will work with both methods.

DyfanJones commented 4 months ago

Ah sorry about that. I haven't worked with EKS before so I might struggle to set up the environment. Is it possible to use your environment to test @JRocki ?

JRocki commented 3 months ago

It seems after updating all the paws packages, EKS service accounts may work after all. Apologies. Will close this.