aws-samples / aws-microservices-deploy-options

This repo contains a simple application that consists of three microservices. Each application is deployed using different Compute options on AWS.
MIT No Attribution
427 stars 179 forks source link

Ability to use --profile for aws login with ECR and Skaffold #276

Closed zdxn closed 5 years ago

zdxn commented 5 years ago

Hello All, I've gotten the ECR credentials helper setup, but it appears that it cannot use the functionality of --profile.

We do not use our default profile as the credential holder to get into accounts, this is only use as an assume role which is then used to access credentials in specific accounts.

Is there a way using skaffold with the ecr-cred helper to pass in an aws profile call?