Skip to main content

All Questions

0 votes
0 answers
32 views

Problems with the authentication route using spring cloud gateway with oauth

I'm having problems with the authentication route using spring cloud gateway with oauth.I have 3 simple authentication services, which have a gateway, an oauth configuration service and the user. When ...
Jean Fernandine's user avatar
0 votes
0 answers
36 views

Spring Cloud Gateway on AWS

Somehow, I'm having trouble getting Spring Cloud Gateway to work on AWS. It works fine locally, but after deployment to AWS, it doesn't. I think I need another pair of eyes on this. I have a simple ...
Dzmitry's user avatar
  • 53
0 votes
0 answers
15 views

Cannot disable CORS in Spring Cloud Gateway

IN the frontend React Web App. import { useState } from "react" export default function PrestadoresServico() { const [prestadoresServicos, setPrestadoresServicos] = useState([]) ...
Diego Alves's user avatar
  • 2,607
1 vote
1 answer
52 views

Is application.properties deprecated for configuring microservices gateways?

I recently completed a tutorial from 3 months ago, but the configuration advised for the API gateway isn't working as expected. I'm encountering a 404 error when trying to access /quiz-services. Can ...
Rahul Gupta's user avatar
0 votes
1 answer
331 views

Rate Limiter with SpringCloudGateway and Redis, getting 429 too many requests all the time

I'm trying to limit only the POST methods for an specific endpoint, and "it's working" but don't matter how much time I wait or if is my first request, I get the 429 error message. I tried ...
Raphael Torres's user avatar
0 votes
0 answers
85 views

Using Spring Cloud Gateway and eureka on a Kubernetes deployment

I'm working with a system composed of several Spring Boot Microservices and I'm planning on deploying it on Kubernetes. I'm curious to understand if there would be any advantages in utilizing Spring ...
Ronen's user avatar
  • 817
0 votes
0 answers
231 views

Spring Cloud Gateway Circuit Breaker Blocks Load Balanced Route

Using Spring Cloud Gateway MVC and Spring Boot, I have configured a route to a microservice that has multiple instances which are load balanced using a Eureka discovery service. I then added a ...
Scott's user avatar
  • 1
0 votes
0 answers
123 views

Consume a soap webservice in spring microservice with spring cloud gateway

I have a microservice for payment which I must consume a soap webservice in it. also each request is proxing by a spring cloud gateway which gets an authentication token from microservice and then ...
masoome's user avatar
  • 27
0 votes
0 answers
107 views

Can't connect between 2 containers using Podman on local Mac machine

I'm creating an app composed of those elements: an angular front end a spring cloud gateway (running on port 8180) several spring boot microservices behind the gateway a postgresql database a ...
benblan's user avatar
  • 145
0 votes
0 answers
96 views

Spring Security-Spring Cloud Gateway

I want to implement OAuth2 with JWKS in a Microservice A with Container Tomcat and use it as a resource server in Microservice B, where Microservice B is a Spring Cloud Gateway with Container Netty. ...
Reza Ra's user avatar
0 votes
1 answer
424 views

can spring cloud gateway be used by both front end and backend services at the same time?

Currently we are using Spring Cloud Gateway as a front for our website. So when a web browser hits certain URLs, the gateway will re-route the front end to different microservices. This is working ...
user1068636's user avatar
  • 1,929
0 votes
0 answers
292 views

Dockerized Spring Cloud Gateway request header too large

I am trying to solve problem with my app. When I start my app locally on desktop, everything is all right. When I start it inside docker and send post or get request I got respond from Postman ...
Danica Zdravkovic's user avatar
1 vote
0 answers
253 views

Double Cookie (CSRF + Cookie) Spring Cloud Gateway for Microservice

I am currently working on Spring Boot Microservice application. I want to have two options to protect the same microservice. Route protected with JWT for mobile native apps. (This is already done) ...
Kinshuk Lahiri's user avatar
0 votes
1 answer
849 views

How to add new route/PREDICATE to spring cloud gateway version 4.0.6

This is my application.properties in my gateway microservice: spring.cloud.gateway.routes[0].id=regs-auth spring.cloud.gateway.routes[0].uri=lb://regs-auth-ms spring.cloud.gateway.routes[0].predicates[...
Victor-FSF's user avatar
1 vote
0 answers
98 views

Unable to find GatewayFilterFactory with name RequestRateLimiter

I'm trying to add a RequestRateLimiter in spring boot 2.7.2 microservices architecture, I downloaded the redis container, but I'm facing this exception when I tried to deploy This is my application....
Juan's user avatar
  • 51

15 30 50 per page
1
2 3 4 5 6