python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Secure Microservices' API endpoints at Zuul Gateway using keycloak
I have Spring boot microservices running behind a Zuul API gateway. And a keycloak server for security. I want to secure(authorize) some of the API endpoints, and a few endpoints will be whitelisted f...
pks
Votes: 0
Answers: 0
What would be the best self preservation time parameter configuration for Eureka server for 12 Microservices and 2 instance for each Microservice
I am having 12 Microservices including 1 Eureka server and 1 API Gateway deployed on AWS ( Kubernetes + Docker images ), but I am facing issue of frequently getting register deregister issue with Micr...

Nitin Dhomse
Votes: 0
Answers: 1
Auto-forward RestController request header(s) to all RestTemplate requests
Consider users sending requests to service A, which then implements business logic that includes submitting multiple requests to services B, C etc.
Service A is implemented using a RestController, whi...
dinvlad
Votes: 0
Answers: 0
Cache Control not working properly with Spring Boot, Zuul Proxy, Angular iFrames
I am trying to cache static resources for the angular app (Angular v10) getting called in an iframe from my parent angular application. I have spring security on my rest layer on both the apps(parent ...
Nishant Mishra
Votes: 0
Answers: 0