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

Configuration for Spin applications #17

Closed
radu-matei opened this issue Jan 26, 2022 · 1 comment
Closed

Configuration for Spin applications #17

radu-matei opened this issue Jan 26, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@radu-matei
Copy link
Member

Configuration could be split into:

  • language / toolchain specific configuration — (Cargo.toml, package.json)
  • Spin configuration

We currently don't have any configuration defined for applications. This could include (the list below does not represent a single configuration file, but potentially information aggregated from multiple sources):

  • static assets to include in the component
  • runtime configuration (volumes, allowed HTTP domains)
  • routes
  • overrides for dependencies
  • Hippo configuration

We need to learn from the current configuration splits in Hippo, Wagi, and yo-wasm and surface a coherent user experience for handling configuration.

@radu-matei
Copy link
Member Author

A first version for this was merged in #26.
Closing, in favor of more specialized issues for configuration sources.

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