-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
CFNV2: implement NoEcho support #13011
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
CFNV2: implement NoEcho support #13011
Conversation
Test Results - Preflight, Unit22 107 tests - 33 20 372 ✅ - 33 6m 35s ⏱️ +16s Results for commit 416e56c0. ± Comparison against base commit a69f74c. ♻️ This comment has been updated with latest results. |
LocalStack Community integration with Pro 2 files 2 suites 21m 11s ⏱️ Results for commit 416e56c0. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Acceptance7 tests ±0 5 ✅ ±0 3m 14s ⏱️ +4s Results for commit 416e56c0. ± Comparison against base commit a69f74c. ♻️ This comment has been updated with latest results. |
Test Results (amd64) - Integration, Bootstrap 5 files ±0 5 suites ±0 33m 41s ⏱️ -15s Results for commit 416e56c0. ± Comparison against base commit a69f74c. ♻️ This comment has been updated with latest results. |
ca51a61
to
c4a009c
Compare
69dacbd
to
875931e
Compare
c4a009c
to
2db9745
Compare
It's only called once (unlike the `_describe_stacks` method) and it's not very long, so let's inline it
875931e
to
a69f74c
Compare
2db9745
to
416e56c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
a7f4742
into
cfn/v2/fix-remaining-transform-tests
Motivation
NoEcho allows sensitive parameter values to be masked in the the
describe_
operations.Note
This forms a stack on top of #13010
Changes