Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Figure out how to handle config in deploy. #2

Open
skeltont opened this issue Aug 1, 2020 · 2 comments
Open

Figure out how to handle config in deploy. #2

skeltont opened this issue Aug 1, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@skeltont
Copy link
Owner

skeltont commented Aug 1, 2020

Since I'm going all the way in on AWS with this project I should probably use secrets manager for my application config variables. Right now, we load them in via configs/default.py and I was hoping to template a configs/production.py

Either way, the app will not run in its current state without a good config setup

@skeltont skeltont self-assigned this Aug 1, 2020
@skeltont skeltont added the enhancement New feature or request label Aug 1, 2020
@skeltont
Copy link
Owner Author

skeltont commented Aug 1, 2020

ECS has the ability to reference secrets manager and then I can use them as environment variables in the container

@skeltont
Copy link
Owner Author

skeltont commented Sep 2, 2020

Am now using secrets manager for RDS info that's injected into the container at build time. (see: ecs-task-definition.json).

Since this is explored and functional, now I just need to add our secret key and eventually the credentials for whatever non-relation db we end up attaching.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant