Google Cloud Api Gateway Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 19

  • @yaroslavbondarchuk3919
    @yaroslavbondarchuk3919 ปีที่แล้ว +3

    thank you so much for this video! It really helped a lot, especially in places where docs weren't so helpful

  • @Satenc0
    @Satenc0 หลายเดือนก่อน

    Another question, if possible please make a follow up for this video, integrating with google cloud identity platform :) and also the cloud armor

  • @fernandomatos5869
    @fernandomatos5869 ปีที่แล้ว +1

    Pretty coverage about API Gatway and other stuffs that could appear on other cenarious. Thanks!

    • @ForDevelopers
      @ForDevelopers  ปีที่แล้ว

      Happy that you liked the video

  • @Satenc0
    @Satenc0 หลายเดือนก่อน

    is it possible to set the key to be sent on the headers instead of the query params?

  • @angelroma5456
    @angelroma5456 4 หลายเดือนก่อน +1

    Thank you, it was really helpful

  • @mrspruance
    @mrspruance 3 หลายเดือนก่อน

    This video help me a lot, Thank you!!

  • @kevxqz
    @kevxqz ปีที่แล้ว +2

    How to use if you have multiple services but want a single api gateway ? Do I have to create a huge config that contains all the path that exist in the different services ?

    • @ForDevelopers
      @ForDevelopers  ปีที่แล้ว

      I think yes, then you will have something like stackoverflow.com/questions/53839360/combining-multiple-backend-services-into-one-cloud-endpoint-api
      where each path would have it's own x-google-backend address

  • @hamranikhaled2278
    @hamranikhaled2278 ปีที่แล้ว

    Hi, I have a problem with CORS in api getway, what is the solution, I haven't found it!

  • @BogdanCondrat
    @BogdanCondrat 10 หลายเดือนก่อน +1

    after the step where you generate a new API Gateway, if i access the URL of the gateway i get the response from the backend, without authorization. i don't get your Error: Forbidden message. so basically anyone that knows the API Gateway URL can access without authorization the Cloud Function in the backend.

    • @Satenc0
      @Satenc0 หลายเดือนก่อน

      I do not think this is a problem of the video, notice that hes function is a gen1 function, and does not require https neither, nowadays https is always enabled and also its 2nd gen function, so this is more something that google changed, but you can enable security on the get too by just commenting the empty array shown at 10:07

  • @matiasgaldames4576
    @matiasgaldames4576 ปีที่แล้ว

    If I implement a load balanced to have my domain. how do i block the automatically generated url for my api gateway ???

  • @marcusstateofmind
    @marcusstateofmind ปีที่แล้ว +1

    Really cool tutorial

  • @venurarajapaksha907
    @venurarajapaksha907 ปีที่แล้ว +1

    Very Helpful

  • @sreekanthmcit
    @sreekanthmcit ปีที่แล้ว

    Can you please tell me how we can integrate GKE with Cloud API Gateway ?

  • @fernandez3753
    @fernandez3753 3 หลายเดือนก่อน

    Thanks

  • @Satenc0
    @Satenc0 หลายเดือนก่อน

    Great tutorial, I only did not understand why the get is not protected, what makes this one be unprotected while others do require the key? I missed this, is it because the security array at the yml is empty?
    EDIT: Found the explanation indeed is what I though, at 10:08 for anybody else that wonders :)

  • @zacharyh5027
    @zacharyh5027 ปีที่แล้ว +1

    basePath never worked for me along with a Python Cloud Run endpoint that looks like: @app.route('/apigateway/test2/', methods=['GET'])
    doing v1/apigateway/test2/....
    gives me a "Not Found"