deis / postgres

A PostgreSQL database used by Deis Workflow.
https://deis.com
MIT License
36 stars 22 forks source link

fix(setup_envdir): do not set AWS_ACCESS_KEY_ID if empty #167

Closed bacongobbler closed 7 years ago

bacongobbler commented 7 years ago

if these values are empty, then the user is using IAM credentials so we don't want these in the environment

deis-bot commented 7 years ago

@kmala and @paulczar are potential reviewers of this pull request based on my analysis of git blame information. Thanks @bacongobbler!

bacongobbler commented 7 years ago

Note that this is just a hunch, but I have a feeling this is the issue.