Thank you all for watching and for your support. ►► If you want to master Web API development using best practices, check out our Web API book: bit.ly/3x75ZMM ►► Also, to build great full-stack apps with Blazor, check out our course: bit.ly/3Pw3Y33
@biradarsmАй бұрын
I just tried it, It worked like a charm. Super great video
@CodeMazeАй бұрын
Great to hear! Thank you for watching the video.
@raleyph15 күн бұрын
Thank you! First normal gude for Ocelot on YT))
@CodeMaze15 күн бұрын
Glad the video was helpful! Thank you for watching it.
@TheMostafa50004 күн бұрын
That was very useful, Thanks.-
@CodeMaze4 күн бұрын
Glad it was helpful!
@mohamedmatrab288819 күн бұрын
Very Useful Thanks
@CodeMaze19 күн бұрын
You are welcome
@shahnawazk4 ай бұрын
Ocelot looks promising in API Gateway and MS Patterns. Thanks Code Maze to bring this up!
@CodeMaze4 ай бұрын
You are very welcome. Yes, it is a great tool for MS.
@JulianRiverplate142 ай бұрын
amazing video men was the only one which helped me to set up everything approperly
@CodeMaze2 ай бұрын
I am glad to hear that. Thank you for watching the video. There is also one regarding authentication with Ocelot if you want to give it a try. Feedback is always appreciated.
@nikhilvairat74004 ай бұрын
Thank you for touch this topic. It would be great if could explore service discovery concept.
@CodeMaze4 ай бұрын
Thank you for watching the video and the suggestion, it is a great one.
@sprtybiАй бұрын
Wow . thanks❤
@CodeMazeАй бұрын
You're welcome. Thank you for watching this one.
@davidmares60534 ай бұрын
gracias :)
@CodeMaze4 ай бұрын
You are very welcome.
@guillermoarroyo94654 ай бұрын
Excellent article! If the destination API has security (jwt token), how is the configuration in Ocelot to send the token in the header or does it automatically forward the received headers? Thank you!
@CodeMaze4 ай бұрын
To be honest, I wouldn't do it that way because you have to repeat the same logic for each microservices project that you want to protect. But if you have it in that one, you will probably have a separate endpoint for auth, and the ocelot part is the same. You just need to change the upstream part to target a proper URI and provide the proper auth configuration. In the next video that comes out tomorrow, you will see how I handle the auth with Ocelot and Microservices.
@guillermoarroyo94654 ай бұрын
@@CodeMaze We are currently using Keycloak and the entire OIDC configuration in the APIs and frontends. I want to implement an ApiGateway, and I wanted to see what the security configuration would be like. Thank you very much for the reply.
@CodeMaze4 ай бұрын
You are very welcome. I hope the next video provided some useful info for you.
@pieceofcode_Ай бұрын
How to setup this communication in containerization in localhost. I want to setup gateway and functional microservice in localhost. I'm using docker compose for deploying multiple container.
@CodeMazeАй бұрын
We're going to publish a new course on Microservices very soon. This is a complex topic and hard to answer in a single comment or thread. If you want to, you can register at courses.code-maze.com and wait for the announcement of the course (est. 2-3 weeks). We're going to talk about it on the channel, in one of the future videos as well as well.
@henryugochukwuagu23402 ай бұрын
please where is the link to the video where you added authentication?
@CodeMaze2 ай бұрын
Hi. This video was recorded before the auth one, so I didn't link it in the description. But you can find both in the same playlist: kzbin.info/aero/PLkOmPTFOxKBrtoebJJIiPVuCFIWuTLBvr That said, I will add the link to that video in the description now.
@GilbertoMadeira834 ай бұрын
Wasn't Ocelot Deprecated ?
@CodeMaze4 ай бұрын
Not that I know. It is widely used, and based on this: www.nuget.org/packages/Ocelot the new versin was released a month ago.