Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.

Questions tagged [api-gateway]

Filter by
Sorted by
Tagged with
2 votes
2 answers
324 views

So I just fell in a project where microservices are inside private subnets and therefore aren't reacheable through the internet. There is a balancer that can reach this microservices and this balancer ...
Matheus's user avatar
  • 209
0 votes
0 answers
223 views

Background I have an authentication microservice that handles the user authentication and returns 2 JWT cookies (access_token and refresh_token). I want to incorporate an API gateway that does the JWS ...
Neil's user avatar
  • 9
1 vote
1 answer
2k views

We are going to have multiple microservices and decided to use api gateway. What we couldn't decide is if we should go for a single gateway for all of them or one for each. The reason why one for each ...
dstr's user avatar
  • 249
2 votes
1 answer
1k views

We have a system with a few microservices and multiple clients (Web, mobile). Currently, only one microservice (let's call it "Master MS") exposes a public API, which is used by all clients. ...
Maxim Zabolotskikh's user avatar
2 votes
2 answers
3k views

Recently we have this client who asks for a API Gateway solution, in this case it’s Kong. Currently, they have 10 services (200 APIs) that are running on really legacy stuff (built with C++ and ...
Rex Low's user avatar
  • 129
4 votes
2 answers
3k views

In my team we are currently building an API gateway, where the client can authenticate themselves with an API key. Naturally the authentication may also fail, which produces a message in the log. ...
Puck's user avatar
  • 55
2 votes
1 answer
624 views

we have a microservice architecture. There is an API Gateway that acts as entry point for a External System (SAP) It is clear that SAP should connect with our system using the API Gateway. But, in ...
X.Otano's user avatar
  • 622