Skip to content

fix: parameter override prompts during guided deploy#1558

Merged
sriram-mv merged 2 commits intoaws:release-v0.32.0from
sriram-mv:no_echo_params
Nov 20, 2019
Merged

fix: parameter override prompts during guided deploy#1558
sriram-mv merged 2 commits intoaws:release-v0.32.0from
sriram-mv:no_echo_params

Conversation

@sriram-mv
Copy link
Contributor

Dont save noecho params to config file via guided deploy

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

@sriram-mv sriram-mv requested a review from awood45 November 20, 2019 19:14
_params = []
for key, value in parameter_overrides.items():
if isinstance(value, dict):
if not value.get("Hidden"):
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not write to file if the param is hidden

@sriram-mv sriram-mv merged commit 9d2063a into aws:release-v0.32.0 Nov 20, 2019
sriram-mv added a commit that referenced this pull request Nov 23, 2019
* fix: parameter override prompts during guided deploy

* tests: unit tests for not saving secure params during guided deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants