1,334 questions
0
votes
1
answer
26
views
How can I authenticate frontend requests to a custom API gateway using Appwrite sessions instead of JWTs?
I'm building a full-stack mobile application using Appwrite for authentication and backend services. The frontend communicates with a custom API gateway that proxies requests to various microservices.
...
0
votes
1
answer
46
views
Ocelot API Gateway in .NET 8 not showing downstream services in Swagger UI
I'm implementing an Ocelot API Gateway in .NET 8 with Swagger integration, but my downstream services aren't appearing in the Swagger UI. Here's my setup:
Service 1 is running on port 5001, and it ...
0
votes
0
answers
25
views
AWS Policy - case with " * " , how to " example/*/ " ? to make it work but only for one string after " / "?
Like in the title, we need to create a policy for AWS API Gateway based on another platform. However, in AWS, we only have the wildcards "*" and "?". I need to create a resource ...
0
votes
0
answers
36
views
Load balancer setup in real time application
best to avoid single point of failure in system design in case of API gateway as from controller.
In real time companies how, they are handling SPOF with API gateways.
In below image API gate way down ...
1
vote
0
answers
54
views
Krakend suddenly returns 401: “[JWTValidator] Unable to validate the token: no Keys have been found” with Keycloak
I'm experiencing an issue with Krakend and Keycloak where JWT validation suddenly fails, and I start receiving 401 responses. The error in the logs is:
[JWTValidator] Unable to validate the token: no ...
0
votes
0
answers
29
views
How to get query parameter info in API gateway Log
The log format in AWS Api Gateway is set to
{
"requestTime": "$context.requestTime",
"requestId": "$context.requestId",
"httpMethod": &...
2
votes
0
answers
44
views
How should file storage access be organized in relation to the API gateway?
I'm building a system that consists of multiple microservices, databases, a message broker, and a file storage system that primarily stores photos. In my setup, I'm using MinIO as my file storage ...
0
votes
0
answers
19
views
AWS Apigateway Method Not Post Request to End Point URI {proxy}
My requirement is, aws apigateway must accept request of any uri & any http method and must forward/post it to configured end point.
To do so, below is the aws cloud formation template
However, ...
0
votes
0
answers
24
views
Kong api gateway - One service on two hardware units with localhost and remote ip in URLs
We have following scenario which fails with kong api gateway:
Service1 has an endpoint named “endpoint1” which gives hardware specific value in response.
We have say 2 hardware units (H1 and H2) inter-...
1
vote
1
answer
93
views
How to config a gke-l7-rilb Gateway for HTTPs?
Google documentation doesn't clarify how to do it, but my goal is to expose an App deployed in K8s into a VPC only, but could be seen by an user that uses a VPN in another project, using HTTPs ...
0
votes
0
answers
61
views
Rest call from API Gateway is not working
In Microservice Environment,
I have 3 services:
Hotel Service
Service registry
APi Gateway
I have register the Hotel Service & API gateway with eureka server. Both are working, as I can see the ...
1
vote
0
answers
63
views
NestJS API Gateway: GET Works, but POST Requests Hang Indefinitely
I'm building a microservices architecture using NestJS, and I have an API Gateway that proxies requests to different services (Order, Email, User).
Everything works fine for GET requests, but POST ...
1
vote
0
answers
59
views
How do you identify a client through an API Gateway?
At my place of work we have an internal API Gateway that acts as a proxy between various internal applications.
My specific application is essentialy a REST API that serves specific features to ...
1
vote
0
answers
57
views
Spring Cloud Gateway: OpenAPI/Swagger UI not rendering properly with multiple service endpoints
I'm implementing OpenAPI documentation in a Spring Cloud Gateway service that routes to multiple microservices. I've configured the gateway to aggregate Swagger documentation from different services ...
0
votes
1
answer
31
views
API Gateway SQS Integration - MessageAttributes not being sent
I am trying to include the API Gateway Request Id in my SQS message, so that I can log it in the consuming Lambda for tracing.
My mapping template is as follows:
Action=SendMessage&MessageBody=$...