ExpressGateway / express-gateway

A microservices API Gateway built on top of Express.js
https://www.express-gateway.io
Apache License 2.0
2.97k stars 344 forks source link

Change config of remote express gateway in runtime #1010

Closed vasanthk97 closed 3 years ago

vasanthk97 commented 3 years ago

I want to know if we can change the remote express gateway config from some other service(Might or might not be behind the gateway). Is there an API exposed for admins, to enable changing config without having to change the docker image of eg?

Our use case is we have an infrastructure based on tenants and want to change the config in run time without having container restarts or image changes. The documentation says config changes will be a hot reloaded.

vasanthk97 commented 3 years ago

I have figured this part out by using admin api,