At the moment we only support loading a static config.yml on program start.
It would be nice to be able to upload a config dynamically such as:
curl -X POST -d @config.yml https://localhost/config
To support this we need to either protect the /config endpoint from being used in config.yml or introduce namespaces to separate configs from endpoints.
At the moment we only support loading a static config.yml on program start.
It would be nice to be able to upload a config dynamically such as:
To support this we need to either protect the
/configendpoint from being used in config.yml or introduce namespaces to separate configs from endpoints.