Spring Boot Microservices Project Example - Part 5 | Security

preview_player
Показать описание
Spring Boot Microservices Project Example - Part 5 | Security

Source Code

⭐️⭐️ You can follow me on Social Media through the below Links⭐️⭐️
Рекомендации по теме
Комментарии
Автор

There are no words to show my appreciation. Thank you from the bottom of my heart for everything.

tzhynt
Автор

You deserve more recognition, love this content

leminhos
Автор

Thank you sir !! It's just amazing and so simplistic to understand 🙂

shwetabhat
Автор

Such a great content! Thank you so much

ChandlerBing
Автор

Hi, thank you for such a great series. Have a query, how do we get user information in the microservice itself, for example if order-service has to list orders raised by the current user who is accessing the service . Another case when some actions of order service needs a specific permission on the user ( eg a support person doing privileged action on an order) .

an
Автор

Very good video, helps me a lot at work. Can you also make a video on enabling CSRF in spring cloud gateway.

manjosh
Автор

hello, please tell me when will the continuation of your lessons, I look forward to

kazimirbortnik
Автор

sir i love you as you provided good material

shashidharnmrec
Автор

Hi, great video as usual.
I have a question - is it an option to use api-gateway as client instead with TokenRelay setting?
Cause usually resource server is a target point and gateway itself does not provide resource - it just routing to others resource services.
Or it's implemented in this way in scope of series since we are using Postman as a client and client_credentials flow?

konstantingromov
Автор

May I ask a question? If I want to get curent user logged in information (id, name, roles....) in order-serivce, how can I handle it? Many thanks

TungNguyen-jcrx
Автор

What will happen if you directly call the endpoints from the services and not via the gateway?

josearmin
Автор

when the version with spring boot 3 and security 6 ? thanks

daniellaerachannel
Автор

Thank you so much! Where exactly should I write thyme leaf UI code in the architecture you explained? Should be another microservice accessed via api/ui/***? or inside api gateway?

bharathmaddineni
Автор

Great tutorial :). I can see authentication implemented using key cloak. How do i implement role based authorization in my micro services?

QuickInterviewPrep
Автор

Hi. Did you finally continue the series with 8 - kafka?

maneshipocrates
Автор

Haven't you setup the security filter chain to permit all requests to /eureka/** ? doesn't that mean that when we access localhost:8080/eureka/web we will be authorized without an access token. I'm a bit confused.

dreevo
Автор

Hi. How about registration of user? I am planning to add an endpoint wherein I can call on my frontend and add a user

testingdave
Автор

If I try access the service order directly, will it open? You dont set any security config in order servicer or product servecer

jerffesongomes
Автор

Thank you soo much this series of tutorials, just one quick question, you have by pass /eureka/** then why we need basic auth for browser ? If I'm not wrong you have added spring-security in api-gatway module and discovery service should not be impated because we by pass in gatway config.

azharmobeen
Автор

Hi Programming Techie, first of all I would like to thank you so much for your time and the great content you present on your chanel. Thank you so so much ! !!!
l am facing some issue right now, could you please help me with solving the problem How to solve the problem ,

Everything looks greate, but when I log in to the eureka server from the browser, the eureka server console/gui runs but there is no instance at all, instance of my microservices that have been registrerd. Thank you very much for any advice and help

TheMakeupmonika