Re: [DISCUSS] the blog about how to contribute to an OpenSource project without coding

2021-09-09 Thread Ming Wen
Sure, any contribution is welcome. It would be better if you have time to translate the article into English Thanks, Ming Wen, Apache APISIX PMC Chair Twitter: _WenMing 赵若妃 于2021年9月9日周四 下午1:27写道: > hi, community, > > I'm not a developer, but I want to join an open-source project. What should >

Re: [DISCUSS] Stability concern and security concern with limit-conn

2021-09-09 Thread Ming Wen
Hi, Li, Both of these are great questions, let me try to answer the first one. > What is the security concern when customizing the key? > For example, I want to use uri as the key to prevent an expensive > endpoint from being exhausted. Is there any security concern to use > uri as the

Re: [DISCUSS] Stability concern and security concern with limit-conn

2021-09-09 Thread Zexuan Luo
> What is the security concern when customizing the key? A previous concern is that when the key is evaluated to empty, all requests will hit the same limitations. Personally, I think it can be avoided by using remote_addr as default key. We already do the same thing with chash key. > So if we co

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread Zeping Bai
+1 agree wei jin 于2021年9月10日周五 上午8:53写道: > Currently, when `apisix-dashboard` is building docker images, it cannot be > automatically pushed to docker hub. > > I hope to be able to automatically push to docker hub through github action > like building an image of APISIX. > > For this, I need to

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread Baoyuan
+1 agree Jintao Zhang 于2021年9月10日周五 上午9:22写道: > +1 agree > > JunXu Chen 于2021年9月10日周五 上午9:14写道: > > > +1 agree > > > > On Fri, 10 Sept 2021 at 09:07, Peter Zhu wrote: > > > > > +1 agree. It's useful. > > > > > > Qi Guo 于2021年9月10日周五 上午9:05写道: > > > > > > > +1 agree it would be much easier to

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread Jintao Zhang
+1 agree JunXu Chen 于2021年9月10日周五 上午9:14写道: > +1 agree > > On Fri, 10 Sept 2021 at 09:07, Peter Zhu wrote: > > > +1 agree. It's useful. > > > > Qi Guo 于2021年9月10日周五 上午9:05写道: > > > > > +1 agree it would be much easier to use > > > > > > Xiran Liu 于2021年9月10日周五 上午8:58写道: > > > > > > > +1 agree

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread JunXu Chen
+1 agree On Fri, 10 Sept 2021 at 09:07, Peter Zhu wrote: > +1 agree. It's useful. > > Qi Guo 于2021年9月10日周五 上午9:05写道: > > > +1 agree it would be much easier to use > > > > Xiran Liu 于2021年9月10日周五 上午8:58写道: > > > > > +1 agree , it is really helpful for us to update docker image > > > > > > On 20

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread Peter Zhu
+1 agree. It's useful. Qi Guo 于2021年9月10日周五 上午9:05写道: > +1 agree it would be much easier to use > > Xiran Liu 于2021年9月10日周五 上午8:58写道: > > > +1 agree , it is really helpful for us to update docker image > > > > On 2021/09/10 00:52:52, wei jin wrote: > > > Currently, when `apisix-dashboard` is b

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread Qi Guo
+1 agree it would be much easier to use Xiran Liu 于2021年9月10日周五 上午8:58写道: > +1 agree , it is really helpful for us to update docker image > > On 2021/09/10 00:52:52, wei jin wrote: > > Currently, when `apisix-dashboard` is building docker images, it cannot > be > > automatically pushed to docke

Re: [DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread Xiran Liu
+1 agree , it is really helpful for us to update docker image On 2021/09/10 00:52:52, wei jin wrote: > Currently, when `apisix-dashboard` is building docker images, it cannot be > automatically pushed to docker hub. > > I hope to be able to automatically push to docker hub through github actio

[DISCUSS] Apply for a docker hub account to realize automatic push dashboard images to docker hub

2021-09-09 Thread wei jin
Currently, when `apisix-dashboard` is building docker images, it cannot be automatically pushed to docker hub. I hope to be able to automatically push to docker hub through github action like building an image of APISIX. For this, I need to apply for a docker hub account, just like APISIX applied

[DISCUSS] Stability concern and security concern with limit-conn

2021-09-09 Thread Li Yang
Hey mates, Apache APISIX has an official plugin limit-conn, and from the document there is one line stated: "Key can be customized by the user, only need to modify a line of code of the plug-in to complete. It is a security consideration that is not open in the plugin." What is the security conce

[ANNOUNCE] Apache APISIX Python Plugin Runner 0.1.0 has been released

2021-09-09 Thread JinChao Shuai
Hi folks, The Apache APISIX community is glad to announce that Apache APISIX Python Plugin Runner 0.1.0 has been released. Apache APISIX Python Plugin Runner runs Apache APISIX plugins written in Python. It is Implemented as a sidecar that accompanies APISIX. Apache APISIX is a cloud-native micr