What is an AI Gateway?
24:54
2 ай бұрын
Kuma Community Call - October 2023
28:08
Kuma Community Call - January 2024
14:21
What’s New in Kong Gateway 3.6
34:34
Пікірлер
@MANOJMALI143
@MANOJMALI143 5 күн бұрын
Great Video .. Kong Rocks.... 🤗
@fishzebra
@fishzebra 15 күн бұрын
thanks i needed a reminder 😎
@MistyB-yv1uw
@MistyB-yv1uw 20 күн бұрын
When you do your "Experiments", make sure you give credit where credit is due, and if you want to inject extra code, then please send that extra code to me, so I will show you how to do it right the first time 😜
@jesprotech
@jesprotech Ай бұрын
I think O2K is what I am looking for at the moment. Does that include the possibility to inject a Swagger OpenAPI specification with insomnia?
@jesprotech
@jesprotech Ай бұрын
Can we digest OpenAPI documentation in Insomnia and create our requests that way? This share collections feature is fine, but it requires someone to have already created the collections right? This is where my question comes from.
@ddodoo-rn8fb
@ddodoo-rn8fb Ай бұрын
I have the following error on the Kong Manager Network Error Data cannot be displayed due to an error.
@conradtaylor29
@conradtaylor29 2 ай бұрын
Wow, this was a fantastic video because I'm looking to set up a similar deployment strategy soon.
@AbhishekKumar-ub8co
@AbhishekKumar-ub8co 3 ай бұрын
I spent 4-5 hours looking around the internet but there is no reference to this information. For some reason I watched the entire video in anticipation and also tried it on my local machine and thankfully it worked. But why is it so difficult? There is a steep learning curve to do simple things. On the other hand I barely spent few minutes on postman to learn and do similar stuff.
@AbhishekKumar-ub8co
@AbhishekKumar-ub8co 3 ай бұрын
I am completely puzzled and cannot figure out where to look for console.log ? At the same time how to I write some scripting post execution of an http call?
@darkxuz9068
@darkxuz9068 3 ай бұрын
tkm ❤, insomnia
@jackma6083
@jackma6083 4 ай бұрын
Great presentation and demos. Thank you
@bhavanavavilala5953
@bhavanavavilala5953 5 ай бұрын
In there when three versions are randomly hit, can we provide weights to those versions such that 60% it should hit v1, 20% v2 and 20% v3
@TheGxUniverse
@TheGxUniverse 5 ай бұрын
LMAO they really got a hot ass chick to start us off so we pay attention. Genius.
@SendexSix12
@SendexSix12 5 ай бұрын
Great video, thank you! How about using an HTTP-only cookie instead of authorization? How is it set up like that?
@aniketmaurya3844
@aniketmaurya3844 6 ай бұрын
Hi, Could you please outline the steps for creating an application in Okta for use with the client credentials in the Kong OIDC plugin? Specifically, could you detail the type of application it is and the necessary steps involved?
@user-yu6qy3xe1g
@user-yu6qy3xe1g 6 ай бұрын
Help me the difference between the externals ips of kong-admin and kong-proxy. When I use LoadBalancer, I have to give the external IP explicitly in Values.yaml to pick it up by kong-proxy.
@isamorita8647
@isamorita8647 6 ай бұрын
Thank you very much, you helped me a lot to understand the basics of Insomnia
@ledinhanhtan
@ledinhanhtan 6 ай бұрын
Why does he pronounce "Kong" as "Quan"??
@jesprotech
@jesprotech 6 ай бұрын
How can we connect KONNECT with Kuma? I want to know how do I get to use KONNECT and configure Kong, to protect applications deployed in a VPN and provide access only via the the provided portal? Essentially what I want to do is to understand how can we using a gateway protected via our data plane node, can use our application portal that is deployed in a different network than KONNECT? I only find examples of doing this against public websites and I seem to only find examples with the pet store example.
@davivcgarcia
@davivcgarcia 6 ай бұрын
Thanks for sharing the video without background music!
@Ashborn_Dynasty
@Ashborn_Dynasty 6 ай бұрын
I tried to do the same with the kong open source Prometheus plugin on the route level. And I added the kong admin api as the target in prometheus.yml. Where I have started the Prometheus instance. But I am not getting the http requests metrics.
@user-uu3xn3vs2y
@user-uu3xn3vs2y 6 ай бұрын
I'm very new to Insomnia and this video helped me a lot. Thank you very much!
@yasirayaz7832
@yasirayaz7832 6 ай бұрын
So basically the plugin is just rewriting the spec url. Not sure why this plugin exists! It does nothing. 1. You provide the spec URL. 2. it reads the spec. 3. it writes the same specs. what's the point? Please help me understand if I can't get it.
@jainnneeraj
@jainnneeraj 7 ай бұрын
can you help with OAuth 2 with azure AD flow, I am not able to crack it.
@m19mesoto
@m19mesoto 7 ай бұрын
I didn't get why we needed a username in the CONSUMER section since we don't use it for authentication at the end.
@aarivkiddo
@aarivkiddo 7 ай бұрын
awesome job.. crystal clear
@GoldenAgeofYoutube-fo2gm
@GoldenAgeofYoutube-fo2gm 7 ай бұрын
🎯 Key Takeaways for quick navigation: 00:00 🖥️ *Setting up a GraphQL Server with Insomnia* - Demonstrating the use of Insomnia for GraphQL requests. - Building a simple GraphQL server using Node.js and Express. - Introducing project files: `schema.graphql` and `server.js`. 01:18 📝 *Explaining the GraphQL Schema* - Explanation of `schema.graphql` for the server. - Describing the `User` and `Address` types, `getUser` query, and `addUser` mutation. - Defining required fields for user and address inputs. 01:58 💻 *Writing the Server Code* - Discussing the structure of `server.js`. - Setting up initial data and GraphQL resolvers. - Describing server setup with Express and GraphQL. 03:25 📦 *Installing Necessary Packages* - Installing packages for building the GraphQL server. - Utilizing `express`, `express-graphql`, `graphql`, and `graphql-tools-schema`. 04:31 🚀 *Launching and Testing the Server* - Completing server setup and testing with a curl request. - Verifying the server's functionality by querying a user. 05:24 🌐 *Using Insomnia for GraphQL Requests* - Demonstrating GraphQL requests using Insomnia. - Setting up a new collection and configuring requests. - Comparing the results with curl output. 06:22 ✨ *Advanced Features of Insomnia* - Exploring Insomnia's schema introspection and documentation fetching. - Utilizing auto-complete and suggestions for writing queries. - Introducing dynamic values with template tags and Faker plugin. 08:22 🔧 *Using Faker Plugin and Prompts* - Installing and configuring the Faker plugin. - Demonstrating dynamic value generation for requests. - Using prompts for user input in GraphQL requests. 10:13 📊 *Conclusion and Recap* - Summarizing the use of Insomnia for GraphQL. - Recapping the server setup and Insomnia features. - Concluding the demonstration of Insomnia's capabilities. Made with HARPA AI
@herokid102
@herokid102 7 ай бұрын
can you show the way how to install external DNS step by step? It's would be greate if you can demo on Docker Desktop for study purposes
@binsardwijasuma
@binsardwijasuma 7 ай бұрын
jos gandos
@samansaeedi102
@samansaeedi102 8 ай бұрын
Hi Kong. Thanks for the video. I have a question that I also saw Kat talked about it but want to ask it myself directly again. Is it possible to implement state-full replication of containers by Kong?I mean to implement a state-full fault tolerant cluster.
@user-gv8cf8un8l
@user-gv8cf8un8l 9 ай бұрын
Tanu
@YoutubePre-ob4zm
@YoutubePre-ob4zm 9 ай бұрын
can we use this for vpn Connection, i have envoy host that is free to access using selected simcard only.
@chamithlahiru6519
@chamithlahiru6519 9 ай бұрын
is there any way to expire the generated key
@tanveerhasan2382
@tanveerhasan2382 9 ай бұрын
39:18 was this issue resolved?
@AbulHasanLakhani
@AbulHasanLakhani 9 ай бұрын
Where can we find the REST collection for postman or Insomnia? One Victor is using in the video. Thanks. Great video
@coindivision388
@coindivision388 9 ай бұрын
I appreciate it
@oiuyoiuo
@oiuyoiuo 10 ай бұрын
Sorry but it feels like start watching a tv series from season 3. There is A LOT going on before that point.
@softwaredevelopmentideas
@softwaredevelopmentideas 10 ай бұрын
Would be nice to see how to switch between dev/test/prod env, otherwise not super useful.
@softwaredevelopmentideas
@softwaredevelopmentideas 10 ай бұрын
hmm, would be nice to see how to use dev/test enc env and which between them. Otherwise, not super useful :) will google for that
@brockmarshall9228
@brockmarshall9228 10 ай бұрын
Seems odd that there are only GET and POST methods on the /files endpoint.. What's the point in giving people the ability to automate uploading of files (for example, an OAS) with the POST method, if you can't update/overwrite/delete a file?
@brockmarshall9228
@brockmarshall9228 9 ай бұрын
Turns out more methods are available. They're just not mentioned in this video, nor anywhere in Kong's documentation. The easiest approach is to just use developer tools in your browser to see what API calls are being made from the UI.
@landsman737
@landsman737 10 ай бұрын
what happened to Insomnia? It was so simple and nice. Now it's just overcomplicated....
@EtzMe
@EtzMe 10 ай бұрын
Pretty bad. Difficult to use
@malmock
@malmock 10 ай бұрын
i think you just ratted me using this. like wtf
@scmiller2421
@scmiller2421 11 ай бұрын
One hour and you completely wasted my time. You still don't know how to save a variable from a JSON Response in Insomnia.
@DCSBushraRehman
@DCSBushraRehman 9 ай бұрын
😂😂
@AjayKumar-lm4yr
@AjayKumar-lm4yr 11 ай бұрын
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any opensource Dashboard for this?
@AjayKumar-lm4yr
@AjayKumar-lm4yr 11 ай бұрын
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any opensource Dashboard for this?
@AjayKumar-lm4yr
@AjayKumar-lm4yr 11 ай бұрын
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any Dashboard for this?😊
@AjayKumar-lm4yr
@AjayKumar-lm4yr 11 ай бұрын
How do I manage a kong ingress controller, basic authentication passwords and consumers. Is there any Dashboard for this?
@giladbaruchian7522
@giladbaruchian7522 11 ай бұрын
1 hour session just to save a variable, why is it so hard ??
@mithunwalawalkar9884
@mithunwalawalkar9884 11 ай бұрын
How we can sync mutliple spec files into single git repository? Is there any way we can push entire workspaces with multiple spec files with insomnia?