luka-j / matf-rs2-api-gateway

0 stars 1 forks source link

[API] Pull config upon startup #87

Closed luka-j closed 1 year ago

luka-j commented 1 year ago

Upon startup, API microservice should pull current config from configurator project and apply it, before reporting healthy status. This ensures no instances are running with empty config, possibly breaking requests.

Configurator endpoints should already exist, as frontend depends on them.