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

Make the SQL API configuration environment aware #35

Open
2 of 4 tasks
nballenger opened this issue Jul 30, 2019 · 1 comment
Open
2 of 4 tasks

Make the SQL API configuration environment aware #35

nballenger opened this issue Jul 30, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nballenger
Copy link
Contributor

nballenger commented Jul 30, 2019

To run the SQL API as an ECS task, it will need to be able to source some of its configuration values from the environment.

  • Make a list of all configuration options that are environment-dependent
  • Create one or multiple configuration files that are env aware for those options
  • Create an ECS task definition that accounts for those environment variables
  • Deploy a task instance to test whether the instance successfully uses the env vars
@nballenger nballenger added the enhancement New feature or request label Jul 30, 2019
@nballenger nballenger added this to the Basic Cloud Deploy (Dev) milestone Jul 30, 2019
@nballenger nballenger self-assigned this Jul 30, 2019
@nballenger
Copy link
Contributor Author

nballenger commented Aug 1, 2019

First two items are done.

Relevant changeset is in 7bed5af.

@nballenger nballenger reopened this Aug 1, 2019
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