Any Possibilities by using IAM role based authentication #75
Unanswered
cravi-aws20
asked this question in
Ideas
Replies: 1 comment 4 replies
-
Hi @cravi-aws20, Are you able to use the instance profile credential authentication method as described here? I'm not much of an AWS IAM/permissions expert, so it would be helpful if you could describe how what you are trying to do differs from what is supported as described in the linked docs. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is working only while passing "S3_Access_Key" & "S3_Secret_Key". But is there any possibilities to avoid these inputs and do it through IAM-Role based authentication in Native Kubernetes Cluster(non EKS).
We are passing the IAM role with STS permissions here, and we are able to get the S3 Buckets inside of the Kubernetes POD by passing the command(aws s3 ls <> and here we installed aws-cli on the image) but with this we couldn't get the same on URL endpoint. Because the scripts are using the "S3_Access_Key" & "S3_Secret_Key".
So is there any possibilities with this above?
Beta Was this translation helpful? Give feedback.
All reactions