Implementing API Gateway With Ocelot in ASP.NET Core

Поделиться
HTML-код
  • Опубликовано: 17 дек 2024

Комментарии • 29

  • @CodeMaze
    @CodeMaze  5 месяцев назад

    Thank you all for watching and for your support.
    ►► If you want to check out all our courses you can do that here: courses.code-maze.com/courses/

  • @biradarsm
    @biradarsm Месяц назад +2

    I just tried it, It worked like a charm. Super great video

    • @CodeMaze
      @CodeMaze  Месяц назад +1

      Great to hear! Thank you for watching the video.

  • @raleyph
    @raleyph Месяц назад

    Thank you! First normal gude for Ocelot on YT))

    • @CodeMaze
      @CodeMaze  Месяц назад

      Glad the video was helpful! Thank you for watching it.

  • @shahnawazk
    @shahnawazk 5 месяцев назад

    Ocelot looks promising in API Gateway and MS Patterns. Thanks Code Maze to bring this up!

    • @CodeMaze
      @CodeMaze  5 месяцев назад

      You are very welcome. Yes, it is a great tool for MS.

  • @JulianRiverplate14
    @JulianRiverplate14 3 месяца назад

    amazing video men was the only one which helped me to set up everything approperly

    • @CodeMaze
      @CodeMaze  3 месяца назад

      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.

  • @TheMostafa5000
    @TheMostafa5000 27 дней назад

    That was very useful, Thanks.-

    • @CodeMaze
      @CodeMaze  27 дней назад +1

      Glad it was helpful!

  • @mohamedmatrab
    @mohamedmatrab Месяц назад

    Very Useful Thanks

  • @nikhilvairat7400
    @nikhilvairat7400 4 месяца назад

    Thank you for touch this topic. It would be great if could explore service discovery concept.

    • @CodeMaze
      @CodeMaze  4 месяца назад

      Thank you for watching the video and the suggestion, it is a great one.

  • @sprtybi
    @sprtybi 2 месяца назад

    Wow . thanks❤

    • @CodeMaze
      @CodeMaze  2 месяца назад +1

      You're welcome. Thank you for watching this one.

  • @guillermoarroyo9465
    @guillermoarroyo9465 4 месяца назад

    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!

    • @CodeMaze
      @CodeMaze  4 месяца назад +1

      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.

    • @guillermoarroyo9465
      @guillermoarroyo9465 4 месяца назад

      @@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.

    • @CodeMaze
      @CodeMaze  4 месяца назад

      You are very welcome. I hope the next video provided some useful info for you.

  • @pieceofcode_
    @pieceofcode_ 2 месяца назад

    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
      @CodeMaze  2 месяца назад

      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.

  • @henryugochukwuagu2340
    @henryugochukwuagu2340 2 месяца назад

    please where is the link to the video where you added authentication?

    • @CodeMaze
      @CodeMaze  2 месяца назад

      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: ruclips.net/p/PLkOmPTFOxKBrtoebJJIiPVuCFIWuTLBvr
      That said, I will add the link to that video in the description now.

  • @davidmares6053
    @davidmares6053 5 месяцев назад

    gracias :)

    • @CodeMaze
      @CodeMaze  5 месяцев назад +1

      You are very welcome.

  • @GilbertoMadeira83
    @GilbertoMadeira83 5 месяцев назад

    Wasn't Ocelot Deprecated ?

    • @CodeMaze
      @CodeMaze  5 месяцев назад

      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.