Re: Authentication in APISIX Ingress Controller

2021-04-12 Thread Zhiyuan Ju
Ok, got it. The question is from there may have some limitations in Consumer, if we want to implement API market by using Consumer, then how to implement 1 service with N packages? and allow the same user buying different packages in one service? This is another question of course ^_^ Anyone, we

Re: Authentication in APISIX Ingress Controller

2021-04-12 Thread Chao Zhang
Hi, Zhiyuan > Just to make sure, does Ingress Controller have the same action like APISIX > does? Could we need to support scoped Consumer? I'm not sure what you mean by saying scoped Consumer. All the actions that APISIX Ingress Controller does totally obeys the design of APISIX but with some h

Re: Authentication in APISIX Ingress Controller

2021-04-12 Thread Zhiyuan Ju
Hi, Thanks for your sharing and proposal. I noticed that there mentioned the ApisixConsumer, Consumer in APISIX is more like a global level consumer, when we create one in APISIX, we only need to enable the same Auth Plugin in Routes then they will bind together. Just to make sure, does Ingress

Authentication in APISIX Ingress Controller

2021-04-12 Thread Chao Zhang
Hi, there I'm devoting myself to implementing the authentication capability in APISIX Ingress Controller, and below is my proposal. Background Authentication and Authorization are required on the Kubernetes Ingress layer, which is similar to API Gateway. However, due to the lack of some APISIX C