keystone-storage-adapter-s3 icon indicating copy to clipboard operation
keystone-storage-adapter-s3 copied to clipboard

Do not require 'key' and 'secret' options if AWS_WEB_IDENTITY_TOKEN_FILE is set

Open datacticapertti opened this issue 5 years ago • 0 comments

This pull request enables use with EKS IAM Roles for Service Accounts https://docs.aws.amazon.com/eks/latest/userguide/iam-roles-for-service-accounts.html. In this use case, there is no underlying IAM user whose credentials are used. Instead, authorizations are passed in the environment variable AWS_WEB_IDENTITY_TOKEN_FILE.

datacticapertti avatar Feb 13 '20 08:02 datacticapertti