Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: carry existing container secret config over #7224

Merged
merged 2 commits into from
May 5, 2021

Conversation

edwardfoyle
Copy link
Contributor

Description of changes

When a customer selected "don't update secrets" when deploying changes to a containers resource, the existing secrets config was removed rather than retained. This change adds logic to parse the existing secret config and apply it to the updated template

Issue #, if available

#6669

Description of how you validated changes

Manually tested and added unit tests

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@edwardfoyle edwardfoyle requested a review from a team as a code owner April 30, 2021 21:53
@edwardfoyle edwardfoyle requested review from elorzafe, manueliglesias and yuth and removed request for elorzafe April 30, 2021 21:53
@codecov-commenter
Copy link

Codecov Report

Merging #7224 (300fed2) into master (ec1613e) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7224   +/-   ##
=======================================
  Coverage   52.28%   52.28%           
=======================================
  Files         491      491           
  Lines       25242    25242           
  Branches     4952     4952           
=======================================
  Hits        13199    13199           
  Misses      11091    11091           
  Partials      952      952           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec1613e...300fed2. Read the comment docs.

@cjihrig cjihrig merged commit b2f3bf7 into aws-amplify:master May 5, 2021
@github-actions
Copy link

👋 Hi, this pull request was referenced in the v4.51.0 release!

Check out the release notes here https://github.com/aws-amplify/amplify-cli/releases/tag/v4.51.0.

@github-actions github-actions bot added the referenced-in-release Issues referenced in a published release changelog label May 14, 2021
cjihrig pushed a commit to ctjlewis/amplify-cli that referenced this pull request Jul 12, 2021
When a customer selected "don't update secrets" when deploying changes to a containers resource, the existing secrets config was removed rather than retained. This change adds logic to parse the existing secret config and apply it to the updated template
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
referenced-in-release Issues referenced in a published release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants