Skip to main content

Questions tagged [api-gateway]

A service which acts as a gateway for many other services. Providing discovery, registry, security, circuit breaker, fault tolerance among other things.

api-gateway
0 votes
0 answers
10 views

{"message":"Forbidden"} when navigate to another page for nextjs 14 app deployed to aws lambda integarted with api gateway

My frontend uses nextjs 14 with a Docker file, github actions build and push the docker image to aws ECR, cloudformation retrieve the docker image from ECR and create lambda function and its ...
AdiddaQq's user avatar
-1 votes
0 answers
7 views

Call the api through the port of the api gateway. The result returned 404. Please help me

I am learning about microservices and spring cloud. In my application there is employee service(netflix eureka client), department service, api gateway, Service registry(Eureka server). After ...
Anh Nguyễn's user avatar
-1 votes
0 answers
24 views

Issues with Google Cloud DNS and GoDaddy CNAME for Subdomains Pointing to Cloud Run and API Gateway

I am experiencing issues when trying to set up subdomains for my website using Google Cloud DNS and GoDaddy. I have configured two subdomains, www and api, to point to a Cloud Run instance and an API ...
Butcat's user avatar
  • 1
0 votes
0 answers
18 views

Allow outbound traffic via NGINX Plus API Gateway [closed]

All my inbound/outbound API calls are over internet to and from my services running on private Kubernetes. I already have internet gateway and NGINX Plus configured as web server and load balancer for ...
priyam's user avatar
  • 94
0 votes
0 answers
28 views

Unable to access gRPC service though Yarp Gateway in .Net Core

I have created a gRPC service in Asp.net core Web API using nuget packages - Grpc.AspNetCore 2.57.0, Grpc.Tools 2.64.0, Google.Protobuf 3.27.2. I am able to access it successfully through my .Net Core ...
Sandeep's user avatar
0 votes
0 answers
25 views

Java Microservice (api gateway, config server, service registry and models)

I have a problem with packaging the application in docker. I run applications without the joker, everything is great, everything works, but it doesn't work with the docker. Error 500 on all requests. ...
Ivan Dauhalaptseu's user avatar
0 votes
0 answers
26 views

Implementing Maintenance Mode in a Spring-Based API Gateway with Multiple Pods and Real-Time Synchronization

I am working on a feature of an application where we need to implement a maintenance mode, that can be toggled by admins of the platform. My main concern is the backend, specifically how to handle ...
kadol92's user avatar
  • 21
0 votes
0 answers
49 views

Unable to delete Lambda function from AWS API Gateway (Lambda still in use by API Gateway)

For a couple of days I've been dealing with this issue, and haven't figured out what's missing. What I'm trying to do, is remove a Lambda Function from the API Gateway. I don't want to delete the ...
tpotjj's user avatar
  • 120
0 votes
1 answer
49 views

How to use Spring Cloud API Gateway (MVC) to create filter that dynamically obtains a value with addRequestParameter?

In Spring Cloud API Gateway (MVC), I am trying to filer a GET request that dynamically creates a request param (query string)? Original request path to API Gateway with path param: v1/sample-resource/...
user23524156's user avatar
0 votes
0 answers
6 views

Customise error message in api gateway cdk aws

I've created Stack, using AWS CDK, that extends cdk.Stack. In this stack I define lambda function to create product and define api gateway with method LambdaRestApi. Then I add request validator for ...
Оксана's user avatar
0 votes
0 answers
46 views

Conditionally modify upstream response body in Kong

I'm currently working with Kong and I need to modify the body of upstream responses based on certain conditions. Specifically, I want to modify the body only if the request is a POST request. I've ...
Bacem S's user avatar
-3 votes
0 answers
63 views

502 error when sending request to ApiGateway(Ocelot-Cansul)

Each of the services separately responds to the requests they receive, but when the request is sent to the apigateway, a 502 error is received. Services are registered in the Consul. Ocelot settings ...
HBS2480's user avatar
0 votes
1 answer
31 views

Share Backend Response to used in lua script Krakend

Introduction I'm newbie in krakend, i have two backend that accessed sequential, first access host let's say a.com to get an id from there, then the second backend have dynamic host depends on the id ...
Leight's user avatar
  • 5
0 votes
0 answers
37 views

In microservices application containing Spring boot projects as services, not able to access the business service using the api gateway

I am new to microservices , am facing an issue and am unable to resolve it. I need your help please. I have created 4 spring boot applications for working with microservices.They are configserver1, ...
asha's user avatar
  • 1
0 votes
1 answer
62 views

Api Gateway Ingress Controller is not redirecting correctly

I have two microservices in azure, both work correctly and communicate correctly, but it turns out that when I use the ip of the gateway with the routes of the ingress, only the default path works, if ...
Ventana's user avatar

15 30 50 per page
1
2 3 4 5
90