Sten Hiedel
Sten Hiedel
@dgarlitt Sorry for taking so long, we had a project launch that took all my energy, I had a quick look and got some ideas I'll find some time to...
Nope, sorry forgot about it — I'll check it out tomorrow
This would be a great addition, reducing the number of request kongfig makes is only a good thing.
This is a great idea. To keep in mind, there is an issue with consumers because with some use-cases you would want to manage consumers outside of kongfig, and if...
Sorry, it took so long to get back to you; I think we should be able to fix the issue by overriding the host for the next link when `--host`...
@theoskolnik please could you test this PR https://github.com/mybuilder/kongfig/pull/123 Thanks
You can use the [JS](https://github.com/mybuilder/kongfig/blob/master/config.js.sample) config files to use env variables. If you like to have the config in YAML then you can import the config in js config file...
I can see how this would be useful. How would this look: ```yaml apis: - name: test ensure: present attributes: upstream_url: 'http://%env(HOST)%' hosts: - '%env(HOST)%' ``` So `HOST=mockbin.com kongfig apply...
That could work, although compose and JS template literals are both using curly braces so maybe `${HOST}` rather than `$(HOST)`
I think this should do the trick