API Versioning with APISIX
11:11
11 ай бұрын
Fallback with API Gateway
11:32
11 ай бұрын
API Deployment Strategies
7:19
Жыл бұрын
Request validation in API Gateway
7:53
Run APISIX in standalone mode
12:08
API Gateway For gRPC
10:29
Жыл бұрын
Intro to Apache APISIX
5:12
Жыл бұрын
Пікірлер
@laszgesza8920
@laszgesza8920 4 күн бұрын
apisix dashboard removed from git repo?
@ayhand.7830
@ayhand.7830 4 күн бұрын
How can do this using helm chart ? Is it possible to use on K8s cluster using Helm Chart files ?
@libertyoyugboh7769
@libertyoyugboh7769 2 ай бұрын
This only talks about consumers/client authenication and not end-user authentication
@jonforero
@jonforero 2 ай бұрын
Hi, Do you have a demo for decoupled mode? In this case the way to adapt the file for the data plane is:?? deployment: role: data_plane role_data_plane: config_provider: control_plane control_plane: host: - apisix-cp:9280 prefix: /apisix timeout: 30
@danielvega646
@danielvega646 4 ай бұрын
It didn't worked for me.
@apacheapisix
@apacheapisix 4 ай бұрын
You can refer to the document to try docs.api7.ai/hub/grpc-transcode. The content of the video is for Apache APISIX 3.2. Now the latest APISIX is 3.9.
@danielvega646
@danielvega646 4 ай бұрын
Is there a gain of performance visible after this transformation process or it is really not worth it?
@LeetCodeUzbekistan
@LeetCodeUzbekistan 4 ай бұрын
bro great job, Uzbek devs making videos in english really got me high
@mnasruul
@mnasruul 5 ай бұрын
Good
@srikanthadapa8602
@srikanthadapa8602 5 ай бұрын
Hello bro, how can we authentication over apisix and keycloak wothout any application in that like frontend and backend
@srikanthadapa8602
@srikanthadapa8602 5 ай бұрын
Can tou share your email id
@dieudoanvan
@dieudoanvan 5 ай бұрын
Hello, I tried to compare KONG API Key Auth and APISIX Key Auth, there is a big difference, that KONG supports Unique API KEY for all consumers but APISIX does not. On APISIX you can create 2 API KEYs that are the same for 2 consumers this makes no sense or is a bug.
@IsraelMendoza-OOOOOOO
@IsraelMendoza-OOOOOOO 6 ай бұрын
..:O O O ❤️+01+00:11+111:000
@lequocthinh8992
@lequocthinh8992 7 ай бұрын
Thank you
@AdvaitSakhalkar
@AdvaitSakhalkar 7 ай бұрын
I've been trying to install it on macOS. However, after repeated attempts I'm don't see dashboard service starting. I don't see it on :9000 and neither in docker desktop
@Syedmoiz27
@Syedmoiz27 6 ай бұрын
Hve you managed to solve..?
@utsavvaghani2846
@utsavvaghani2846 8 ай бұрын
how to add external plugin in standalone mode.
@MitchFord-un9hq
@MitchFord-un9hq 10 ай бұрын
0:11
@olegvorkunov5400
@olegvorkunov5400 10 ай бұрын
When it is making an upstream call, it converts host name to an IP address, where our network and APIs are blocking accessing them by an IP address.
@carlosmesquitaaguiar164
@carlosmesquitaaguiar164 10 ай бұрын
Great!!!
@balajisurabhi2358
@balajisurabhi2358 11 ай бұрын
awesome
@adityatanwar5393
@adityatanwar5393 11 ай бұрын
How to access these services from internet / browser
@gundeepsingh8274
@gundeepsingh8274 8 ай бұрын
hi are you able to access if from internet/browser.. I am also stuck in same thing
@juangarcia-wp2zr
@juangarcia-wp2zr Жыл бұрын
Thanks for sharing, clear and informative
@ashutoshchaurasia6851
@ashutoshchaurasia6851 Жыл бұрын
worst tutorial
@sittoonagesh6668
@sittoonagesh6668 Жыл бұрын
Hi there, I want to install Apisix on my CentOS/SUSE Linux machine. I don't have root access. Can you please help me install this? I am looking for a complete package with its dependencies, and I started the Apisix binary; APIsix should be running. Can you please help?
@apacheapisix
@apacheapisix Жыл бұрын
Hi, Sure, we can help with the installation. Could you join our Slack channel? Here is the invite: join.slack.com/t/the-asf/shared_invite/zt-24h3hd96d-wJYccntTo0pbMsjrtE40DA We can take your case in the community channel.
@musicthreads
@musicthreads Жыл бұрын
Bobur, Hi! I try to use Apisix openid-connect with Keycloak. In configuration i paste redirect_uri: "/some_service", and after successfull authentication, go to /some_service with state, session_state and code variables in GET request. But dont get JWT token from plugin. Why?
@musicthreads
@musicthreads Жыл бұрын
Please, tell what is redirect_uri, and how it works in your app. Where i can find it in git repo.
@apacheapisix
@apacheapisix Жыл бұрын
Here is an example of APISIX and Keycloak integration.
@m.kalatchev
@m.kalatchev Жыл бұрын
Thanks a lot!
@abdullahchaudhry9563
@abdullahchaudhry9563 Жыл бұрын
Can you set authentications like keycloak and etc with apisix ingress controller?
@manikandankuppan587
@manikandankuppan587 Жыл бұрын
Great, can you please put a sample for authz-casbin. Thanks in advance
@apacheapisix
@apacheapisix Жыл бұрын
Yes, we have one tutorial on the APISIX blog. apisix.apache.org/docs/apisix/plugins/authz-casbin/
@j.erlandsson
@j.erlandsson Жыл бұрын
Is it possible to generate routes with request-validation based on OpenAPI specifications?
@apacheapisix
@apacheapisix Жыл бұрын
Hi, No, currently it has not been automated yet this conversion process in APISIX. 1. You can not create routes from OpenAPI spec. 2. You can create request validation rules by converting OpenAPI spec to JSON schema. Ideally, it would be great to have this auto-generation of routes and validation rules. Feel free to create a feature request on GitHub: github.com/apache/apisix/issues/new/choose Thanks!
@koshrf
@koshrf Жыл бұрын
It doesn't explain anything about how to integrate a billing provider and there is no documentation either.
@apacheapisix
@apacheapisix Жыл бұрын
Right, there is more concept explained. Technically how to achieve that the tutorial comes soon. Please stay in tuned.
@techspeechplus582
@techspeechplus582 Жыл бұрын
Is the apisix completely free to use ?
@apacheapisix
@apacheapisix Жыл бұрын
Yes, it is an open-source project. Like Kafka under Apache Software Foundation.
@techspeechplus582
@techspeechplus582 Жыл бұрын
@@apacheapisix Thank you.
@skyey.569
@skyey.569 Жыл бұрын
cool
@shreemaan-abhishek
@shreemaan-abhishek Жыл бұрын
awesome!
@eder.franco
@eder.franco Жыл бұрын
Man, this channel is a source of knowledge, which has yet to be discovered by the tech world. Thank you so much for the lesson and for sharing the knowledge!
@apacheapisix
@apacheapisix Жыл бұрын
Thanks!
@decaturdev7127
@decaturdev7127 Жыл бұрын
The links alll have ... in the URL and give 404's. Please fix.
@shreemaan-abhishek
@shreemaan-abhishek Жыл бұрын
BoburGPT
@gdevelek
@gdevelek Жыл бұрын
You are assuming a LOT of things that your viewers may know nothing about. You go very fast through them and create lots of unanswered questions.
@gdevelek
@gdevelek Жыл бұрын
In addition to the below, when I open the exported JSON using the Swagger editor, it finds many errors.
@gdevelek
@gdevelek Жыл бұрын
When I define a route along with its upstream using the API with a single curl PUT request, and then I export it from the dashboard, when I go and import it to another APISIX instance the upstream is NOT imported even though the import is reported as "successful". And therefore the import is useless. How can this be avoided?
@aly736
@aly736 Жыл бұрын
Great video, thanks
@gdevelek
@gdevelek Жыл бұрын
Why are you writing the title in English? To waste people's time, perhaps?
@AndresAguiar
@AndresAguiar Жыл бұрын
Would be great to have a video on how to integrate it with OpenFGA :)
@shreemaan-abhishek
@shreemaan-abhishek Жыл бұрын
Love it!
@btjove
@btjove Жыл бұрын
Very nice video. Thank you.
@felishaelion2440
@felishaelion2440 Жыл бұрын
"Promo SM" 🙂
@RafaelTorquato
@RafaelTorquato Жыл бұрын
Do APISIX provide ABAC?
@zilolkacook
@zilolkacook Жыл бұрын
Great presentation 👍🏻😊
@shreemaan-abhishek
@shreemaan-abhishek Жыл бұрын
👏🏼
@pacmaster2122
@pacmaster2122 Жыл бұрын
why is everyone just repeating the same hello world example. Why not do a proper micro service instead
@zilolkacook
@zilolkacook Жыл бұрын
👏