NGINX as an API Gateway

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 15

  • @MANOJMALI143
    @MANOJMALI143 Місяць тому

    Very excellent presentation - congratulations, friend.🤗

  • @assonancex
    @assonancex Рік тому +1

    Really comprehensive presentation - cheers for that buddy.

  • @prabhakarrao8806
    @prabhakarrao8806 7 місяців тому

    Excellent presentation !!!

  • @StefanBraitti
    @StefanBraitti 3 роки тому +1

    Great presentation! Thanks!

  • @sakhrnabil7
    @sakhrnabil7 2 роки тому +2

    how do you use nginx-plus through docker-compose?

  • @bjarnesegaard5701
    @bjarnesegaard5701 3 роки тому

    WHen you use the proxy_pass to go to a server url it will add the value from the proxy_pass to the url in th forwarding. So in the case of going to f1-api it will and up being f1-api/api/f1/seasons for eample.

  • @veldranecz
    @veldranecz 2 роки тому

    Honestly jwt authentication is possible with nginx opensource, you can use openresty module lua-resty-oidc

  • @mockingbird3809
    @mockingbird3809 3 роки тому

    Very interesting. Thanks!!

  • @KeringKirwa
    @KeringKirwa 8 місяців тому

    the hardest part to using Nginix is this thing called TLS certificate ,.please help us on how to get one , just from scratch . Thank you sir.

  • @mohamedyoussef8835
    @mohamedyoussef8835 Рік тому

    Awesome video ++++++++++ 🙂

  • @budi0580
    @budi0580 2 роки тому

    Is possible do routing based on the request body specific field value ?

    • @veldranecz
      @veldranecz 2 роки тому

      yes, with the openresty (lua jit + nginx), you can parse the request body and based on the field value setup the upstream or define the target route

    • @budi0580
      @budi0580 2 роки тому

      @@veldranecz hi thanks. I did it with njs module.

    • @veldranecz
      @veldranecz 2 роки тому

      @@budi0580 are you satisfied with the performance of thr njs module ?

  • @initpwn
    @initpwn 3 роки тому +1

    joooooot