briandilley / ebs-deploy

Python based command line tools for managing Amazon Elastic Beanstalk applications.
MIT License
82 stars 29 forks source link

Preventing secret keys from getting into the ebs.config YAML file? #7

Closed adamfeuer closed 10 years ago

adamfeuer commented 10 years ago

Brian,

Hey, we realized that we need to set some secret keys (AWS credentials) in our EB environments. We don't want to check these into the YAML file.

Have you encountered this? If so, do you have a way to handle the issue?

If not, would you like a pull request that deals with this?

cheers adam

adamfeuer commented 10 years ago

Sent a pull request for this, environment variables are replaced in conf file.

Will you let me know if there are any problems with this?