Skip to content

Stacker needs to accept input parameters from the CLI. #1

@maraca

Description

@maraca

Things like passwords that have the NoEcho parameters in the CloudFormation template contains sensitive information that shouldn't be hard coded in the region configuration file.

  -DBPassword: '****'
  +DBPassword: password
  -DBUsername: '****'
  +DBUsername: username

A special YAML parameter should be recognized in the configuration file that would read from stdin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions