Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

2021-08-10 Thread Zexuan Luo
+1 I checked: - All links are valid - Checksums and PGP signatures are valid - LICENSE and NOTICE files are OK - No Binary file - Build successfully on Ubuntu 20.04 - Version and GitHash are correct JunXu Chen 于2021年8月11日周三 下午2:26写道: > Hello, Community, > > Because the previous package has LIC

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

2021-08-10 Thread Baoyuan
+1 non-binding I have checked: 1. All links are valid; 2. Checksums and signatures are ok; 3. Build successfully on macOS 11.4; Best Regards JunXu Chen 于2021年8月11日周三 下午2:26写道: > Hello, Community, > > Because the previous package has LICENSE issue, we have to make a new vote. > > This is a cal

[VOTE] Release Apache APISIX Dashboard 2.7.1 Round 2

2021-08-10 Thread JunXu Chen
Hello, Community, Because the previous package has LICENSE issue, we have to make a new vote. This is a call for the vote to release Apache APISIX Dashboard version 2.7.1 Release notes: https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271 The release candidates: http

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1

2021-08-10 Thread Zhiyuan Ju
Hi, Justin, Thanks for your tip! And after my check on the verifyCommit file, this script is no longer been used, so I just removed it. Will send a new VOTE soon :) Best Regards! @ Zhiyuan Ju Justin Mclean 于2021年8月11日周三 上午11:16写道: > Hi, > > I also think LICENSE

Re: [DISCUSS] add cache verification tool in APISIX dashboard

2021-08-10 Thread JunXu Chen
hi @Cheng Geng It's used to verify whether the cached data in Dashboard is consistent with the data actually stored in ETCD. It's just a cache verification tool. This tool is very helpful for analyzing bugs. On Tue, 10 Aug 2021 at 21:52, 程庚 <842391...@qq.com.invalid> wrote: > Hi,Community, > >

Re: [DISCUSS] New user authentication framework for Dashboard

2021-08-10 Thread JunXu Chen
+1 LGTM This is more convenient for users to manage the account and password of the dashboard On Tue, 10 Aug 2021 at 21:08, Zeping Bai wrote: > Hi, sorry, I didn't choose to reply to the email correctly just now, so > I'll resend it for you. > > About "ease of use": > 1. In the current version,

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1

2021-08-10 Thread Justin Mclean
Hi, I also think LICENSE is missing the license for this file: ./web/scripts/verifyCommit.js Thanks, Justin

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1

2021-08-10 Thread Justin Mclean
HI, What is the issue? It looks fine to me. kind Regards, Justin

Re: [VOTE] Release Apache APISIX Dashboard 2.7.1

2021-08-10 Thread Zhiyuan Ju
Hi, Due to some issues with my GPG key, I have to close this VOTE. Best Regards! @ Zhiyuan Ju Zhiyuan Ju 于2021年8月11日周三 上午12:11写道: > Hello, Community, > > This is a call for the vote to release Apache APISIX Dashboard version > 2.7.1 > > Release notes: > > > http

Re: suggest for api-six response-writer plugin

2021-08-10 Thread Ming Wen
There are a lot of garbled characters in the email, it is recommended that you use text mode Thanks, Ming Wen, Apache APISIX PMC Chair Twitter: _WenMing 韩冬冬 <597410...@qq.com.invalid> 于2021年8月11日周三 上午9:55写道: > when use apisix response-writer plugin,i find some problem like this: when > use muti

suggest for api-six response-writer plugin

2021-08-10 Thread ??????
when use apisix response-writer plugin,i find some problem like this: when use mutiply plugin,the message/code response from apisix will not very friendly when i want to modify this content,so why not to supply jsonArray to this plugin,something like this: "response-rewrite": [{"body": "{\"cod

[VOTE] Release Apache APISIX Dashboard 2.7.1

2021-08-10 Thread Zhiyuan Ju
Hello, Community, This is a call for the vote to release Apache APISIX Dashboard version 2.7.1 Release notes: https://github.com/apache/apisix-dashboard/blob/release/2.7.1/CHANGELOG.md#271 The release candidates: https://dist.apache.org/repos/dist/dev/apisix/apisix-dashboard-2.7.1/ Git tag fo

[DISCUSS] add cache verification tool in APISIX dashboard

2021-08-10 Thread ????
Hi,Community, I plan to add a new feature to verify the cache content on APISIX dashboard,this is a subtask of an open summer 2021 project [1] Its main purpose is to verify whether the content in cache is consistent with those in the ETCD I have come up with a simple implementation to do this,a

Re: [DISCUSS] New user authentication framework for Dashboard

2021-08-10 Thread Zeping Bai
Hi, sorry, I didn't choose to reply to the email correctly just now, so I'll resend it for you. About "ease of use": 1. In the current version, the user is recorded in the configuration file, and the function of configuration resolution is relatively simple. When deployed in the docker environment

Re: [DISCUSS] New user authentication framework for Dashboard

2021-08-10 Thread Zeping Bai
Ease of use: 1. In the current version, the user is recorded in the configuration file, and the function of configuration resolution is relatively simple. When deployed in the docker environment, the configuration cannot be overwritten by means of environment variables. 2. At the same time, the con

Re: [DISCUSS] New user authentication framework for Dashboard

2021-08-10 Thread Ming Wen
> There are problems with ease of use and security. I did not get your point. Can you give me an example? Thanks, Ming Wen, Apache APISIX PMC Chair Twitter: _WenMing Zeping Bai 于2021年8月10日周二 下午3:11写道: > Hi, everyone. > > Currently, dashboard only supports basic username + password login mode.

[DISCUSS] New user authentication framework for Dashboard

2021-08-10 Thread Zeping Bai
Hi, everyone. Currently, dashboard only supports basic username + password login mode. Moreover, the password is stored in the configuration file and password hash is not supported. There are problems with ease of use and security. I have designed a scheme and a simple code prototype for this, an