加载中...
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
41 views

I have to implement the KONG api Gateway In that i have two types of token which is 1)Internal Token Using Custom JWT 2)I have Implemented the Azure AD SSO directly in frontend from that i am getting ...
Yash Gupta's user avatar
Advice
0 votes
0 replies
9 views

According to the CNCF description, Kgateway is An Envoy-powered, Kubernetes-native API Gateway that integrates Kubernetes Gateway API with a control plane for API connectivity in any cloud ...
Nemo's user avatar
  • 2,602
0 votes
0 answers
34 views

I deployed a model on a GCP Vertex AI endpoint. This endpoint is consumable at the URL https://${VERTEXAI_URL}:predict. I need now to expose this API service on Apigee with the following URL syntax: ...
Maxime Oriol's user avatar
Advice
0 votes
0 replies
64 views

I am trying to use Ocelot inside a .NET Aspire project, but the problem is that /health or / don't work. Because of this, the gateway is shown as unhealthy in the Aspire dashboard. What should I do to ...
iman roozegar's user avatar
1 vote
2 answers
154 views

I’m having trouble with Spring Cloud Gateway (WebFlux) when I define multiple Path predicates for a single route. Here is an example of my configuration in application.yml: spring: cloud: ...
Nur Sultan ASLAN's user avatar
0 votes
0 answers
26 views

I have multiple microservices, and I am trying to merge them using Ocelot API Gateways. I have created different JSON files for each microservice and I'm adding them using the code below. However, it'...
OpsTeQ User's user avatar
0 votes
1 answer
126 views

I want to redirect all routes like /api/user/home/ to /api/user/home. Here is the configuration file for gateway: spring: application: name: gateway cloud: gateway: routes: -...
Cody's user avatar
  • 2,701
1 vote
1 answer
174 views

I've been using the Post-Function plugin in Kong Gateway to implement some custom logic. Lately, a large part of it has become unnecessary, and I am left with the following configuration, which only ...
Danilo Piazzalunga's user avatar
1 vote
0 answers
68 views

I'm working with Express Gateway to proxy requests to a backend service and want to transform error responses into a common format like this: const errorResponse = { timestamp: new Date()....
The witcher's user avatar
0 votes
0 answers
63 views

I have a Spring Boot 3 Lambda behind API Gateway. Sometimes the Lambda REPORT line shows an X-Ray trace: enter image description here …but on later calls to the same endpoint, the X-Ray line is ...
sahil desai's user avatar
2 votes
1 answer
127 views

I am working on a POC using krakend and I am having a hard time using lua. I need basic transformation but all functions in string module don't seem to work. what am I doing wrong ? Dockerfile : FROM ...
KnowledgeSeeker's user avatar
0 votes
0 answers
37 views

I am using Spring Boot 1.4.1 RELEASE. I am using Camden.SR1 maven dependency for zuul gateway API for microservices. Due to indexing from google there are too many requests due to which zuul gateway ...
Sameer Makwana's user avatar
0 votes
0 answers
174 views

I'm building an API Gateway using Node.js, Express, and http-proxy-middleware. All incoming requests are forwarded to different services based on dynamic routing logic. I'm encountering a 408 Request ...
Keyla's user avatar
  • 1
0 votes
0 answers
64 views

I am using spring boot 3.5 when I am adding gateway dependency I am getting spring-cloud-starter-gateway-server-webmvc.But actually I need to get spring-cloud-starter-gateway in lower versions so ...
Swarup reddy Nallamilli's user avatar
0 votes
0 answers
64 views

I am wrapping the AsyncRead by the function of Bandwidth Controling, it will read the bytes from buf firstly and try to acquire the tokens from upstream_control buckets. We assume the poll_read is ...
BamLubi's user avatar

15 30 50 per page
1
2 3 4 5
88