Example of alternative auth methods #36
Replies: 2 comments 2 replies
-
Hi Benjamin, Is the idea that these would be the same type of keypairs that are already used by S3 and that you would use AWS signatures to validate, but in this case it would be different keypairs from what is used on the backend S3 service? |
Beta Was this translation helpful? Give feedback.
-
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.
-
Is there any doc or example of the "Providing an authentication gateway using an alternative authentication system to S3" feature?
I have a s3 compatible endpoint with a keypair to access it. I would like to run nginx-s3-gateway in front of it to be able to generate additional keypairs and restrict access for specific keys to specific buckets. Is there any way to pass a list of keypairs to nginx and let it handle the authentication?
Beta Was this translation helpful? Give feedback.
All reactions