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

Add support for configuration values from files or environment variables #30

Open
agronholm opened this issue Mar 25, 2019 · 1 comment
Milestone

Comments

@agronholm
Copy link
Member

This is important for supporting Kubernetes, Docker Swarm et al. I can see two ways to do this:

  1. Introduce a YAML extension: requires unsafe mode but absolves Asphalt extensions from the need of supporting this feature explicitly
  2. Add a common convention and utilities to read values from files and/or environment variables: safe but requires explicit support from all extensions
@agronholm agronholm added this to the 5.0 milestone Mar 25, 2019
@agronholm
Copy link
Member Author

Currently I am leaning towards option 1.

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

No branches or pull requests

1 participant