aksio-insurtech / AppManager

MIT License
4 stars 2 forks source link

Add support for variables that resources can expose and then used as string interpolations in variables and config files #143

Open einari opened 1 year ago

einari commented 1 year ago

Use Handlebars as we use for the template files we generate from (e.g. nginx.conf) Some of the variables that would be interesting:

The resources after rendering should be allowed to expose whatever they want as variables. We should apply an event with variables after a run, this could then be used to show some of these in the UI. This could be optimized so that we only publish an event for changed values. So probably an event per value.