You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Senza creates a default stack description (components/configuration.py, method get_default_description() ) by concatenating the stack name with all the parameters values used to create the stack. The values are shown in clear text even if a particular parameter is defined as NoEcho, so the behavior defeats the purpose of the NoEcho attribute.
Senza should honor the NoEcho attribute and replace such parameters' values with **** in the same way as AWS console does.
The text was updated successfully, but these errors were encountered:
Senza creates a default stack description (
components/configuration.py
, methodget_default_description()
) by concatenating the stack name with all the parameters values used to create the stack. The values are shown in clear text even if a particular parameter is defined as NoEcho, so the behavior defeats the purpose of the NoEcho attribute.Senza should honor the NoEcho attribute and replace such parameters' values with
****
in the same way as AWS console does.The text was updated successfully, but these errors were encountered: