Reactive Java Microservices with Spring Cloud Gateway

preview_player
Показать описание
This screencast shows you how to build a reactive microservices architecture with Spring Cloud Gateway. #SpringCloudGateway #Java #Microservices #Reactive

-------------------------------------------------------------------------------------------------------------------------
Okta is a developer API service that stores user accounts for your web apps, mobile apps, and APIs.

Рекомендации по теме
Комментарии
Автор

Thank you very much Matt, you saved my day with the cors configuration :) :)

kaisneffati
Автор

Great tutorial, simple and clear, easy to follow.

JavierGomez-xlus
Автор

Hi Matt. Fantastic tutorial.
A question: what about the /fave-cars endpoint? Don't you also need to pass the JWT through the WebClient or else you'd get the 401? Can you explain how to achieve that or link a resource/tutorial about that?
Thank you very much.

andreadamiani
Автор

Why to pass the entire token to car-service? is not better to pass directly User information obtained from Gateway?

alexisgc
Автор

Hi Matt. I'm confused about why you have added @EnableWebFluxSecurity and @EnableReactiveMethodSecurity in the SecurityConfiguration class despite not using it.
Also, do we not have to add @EnableWebFlux instead of @SpringBootApplication in the main Application.java classes?

dpraveenk
Автор

Did not know that James Hetfield worked with okta

martygusto
Автор

I couldn't post a new car. Somebody could?

pablozoani
Автор

i tried using custom login page with cloud gateway, authentication success, and okta developer console shows that it grant access token however it always says invalid credential when spring is redirecting from okta, any clue please? im using boot 2.4.1

massiveblackwood