Questions tagged [express-gateway]

Express Gateway is a cutting-edge API Gateway solution designed for microservices, utilizing the powerful framework of Express.js.

Can you provide guidance on configuring Express Gateway to establish secure connections with my services?

Currently, I have set up express-gateway to connect with a backend service on my machine through a unique port. The setup is functioning properly as the gateway acts as a proxy, conducting security checks and jwt authentication. This ensures that only au ...

What is the correct way to integrate the rewrite plugin with Express Gateway policies?

After successfully installing the rewrite plugin, I encountered an error when trying to integrate it into my gateway.config.yml file. The specific error message reads: Error: data.policies[8] should be string at Config.loadConfig (/home/lovro/SI_Exam ...

The express gateway is unable to transfer multipart/formdata

I've implemented express gateway as my main service gateway. One of the services I have needs to update an image, and when I try to handle files independently using multer it works fine. However, once this service is routed through express gateway, th ...