-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: ecr creds helper and credential_process (#510)
Issue #, if available: #656 *Description of changes:* - invoke `aws configure export-credentials --format process` before running any commands that could need credentials (build, pull, push) - Pass the results into the VM in the as environment variables if the command returns output - Not every user may have the AWS CLI on the correct version to have the `export-credentials --format process command`, falls back to previous behavior in this case TODO: add tests for new function *Testing done:* - local testing - [x] I've reviewed the guidance in CONTRIBUTING.md #### License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: Justin Alvarez <[email protected]>
- Loading branch information
Showing
5 changed files
with
376 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.