Adding support for passing host system AWS_ prefixed variables into runiac container#51
Merged
tiny-dancer merged 1 commit intoOptum:mainfrom Feb 24, 2022
Merged
Conversation
fix(chore): preventing multiple loops over the same array
Contributor
Author
|
File changes screen kind of tough to read. Code block now looks like this: |
Contributor
|
LGTM, note the CLA |
Contributor
Author
Had to add another email address to my profile. CLA taken care of now. |
Contributor
|
@drmmarsunited are you planning any other pull requests or should I cut a release now? |
Contributor
Author
|
No others planned right here right now. But I'm sure I'll run into more things as I clear each hurdle 🤣 |
Contributor
|
@drmmarsunited released as v0.0.12 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix(chore): preventing multiple loops over the same array
feature(AWS_ vars): Adding AWS_ env var support into run container
Proposed changes
Allowing AWS environment variables to be passed to
runiacrun container, as they were previously restricted to only allow prefixed like: TF_VAR_, ARM_, RUNIAC_.Common environment variables, as presented in the
entrypoint.shin the AWS hello world starter, demonstrate the need to allow well-known vars to make their way into the container for use.Issues for these changes
Types of changes
Checklist
README.md,CHANGELOG.md, etc. - if appropriate)Dependencies and Blockers
I will be making another PR to the AWS hello world repo adding support for the often used AWS_PROFILE env var.
Relevant Links
AWS CLI/SDK Support Environment Variables
Further comments
None