Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions