-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
sam deploy is showing parameters with NoEcho: true #2210
Labels
Comments
6 tasks
wchengru
added
the
stage/pm-review
Waiting for review by our Product Manager, please don't work on this yet
label
Sep 11, 2020
wchengru
removed
the
stage/pm-review
Waiting for review by our Product Manager, please don't work on this yet
label
Sep 11, 2020
+1 am also seeing the same issue. Would be good to get this merged in. |
wchengru
added
the
stage/waiting-for-release
Fix has been merged to develop and is waiting for a release
label
Jan 25, 2021
it is released in v1.16.0, please reopen if the issue still persists |
aahung
removed
the
stage/waiting-for-release
Fix has been merged to develop and is waiting for a release
label
Jan 30, 2021
I am experiencing this issue with SAM CLI v1.20.0 and the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
If I add a parameter to my template and set the
NoEcho
option totrue
, then, when I runsam deploy
with--parameter-overrides
I can see the value of the parameter in the command output.Steps to reproduce
NoEcho: true
sam deploy
like this:Observed result
Expected result
I shouldn't see parameters with
NoEcho: true
in the cli output. It is ok if I'm local, but I don't want those values in my CI/CD pipeline's logAdditional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.2.0The text was updated successfully, but these errors were encountered: