Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin: consumer-restriction #1437

Merged
merged 26 commits into from
Jun 8, 2020
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3045c5c
新增consumer黑白名单插件,用于控制consumer的访问权限
stone4774 Apr 9, 2020
f45835d
提交consumer限制插件的使用文档
stone4774 Apr 9, 2020
c8366f9
删除多余的空格
stone4774 Apr 13, 2020
231c6c2
添加新插件对应的信息
stone4774 Apr 13, 2020
6160036
修正脚本解决test错误
stone4774 Apr 14, 2020
e49356e
提交consumer-restriction插件对应的测试脚本
stone4774 Apr 14, 2020
5789508
修改文件格式
stone4774 Apr 14, 2020
7ee0b23
修正测试代码中的返回码错误
stone4774 Apr 15, 2020
c7c770a
去掉一个多余的逗号
stone4774 Apr 15, 2020
d0c1073
Optimize code writing
stone4774 Apr 15, 2020
f41b3d6
Supplement some documents and optimize code writing
stone4774 Apr 16, 2020
dfbae38
Correct a mistake
stone4774 Apr 17, 2020
ffc5452
file does not end with EOL.
stone4774 Apr 17, 2020
ce2bb8f
Just to trigger the CI process
stone4774 Apr 20, 2020
9fdceeb
Remove useless spaces and test CI process
stone4774 Apr 20, 2020
ee7559b
Test case return value detection error
stone4774 Apr 20, 2020
70c158c
Optimize error messages
stone4774 Apr 22, 2020
8e34d5d
More clear message
stone4774 Apr 24, 2020
5725441
Delete a misused code
stone4774 Apr 24, 2020
7d013a5
Merge branch 'master' into my_branch
stone4774 Apr 30, 2020
e0580aa
Try to solve the problem of Travis compilation failure
stone4774 May 7, 2020
4cc6c9d
Merge branch 'master' into my_branch
stone4774 May 7, 2020
8dff549
Compilation failure caused by adjusting plugin order
stone4774 May 7, 2020
333dd03
Test the impact of this script on Travis
stone4774 May 7, 2020
7092283
Merge branch 'master' into my_branch
stone4774 May 20, 2020
62dac4f
Merge branch 'master' into my_branch
membphis Jun 8, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test case return value detection error
  • Loading branch information
stone4774 committed Apr 24, 2020
commit ee7559b0a09f487da80895580a7f039d4301b5ec
4 changes: 2 additions & 2 deletions t/plugin/consumer-restriction.t
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ passed
GET /hello
--- error_code: 401
--- response_body
passed
{"message":"Missing authorization in request"}
--- no_error_log
[error]

Expand Down Expand Up @@ -290,7 +290,7 @@ passed
GET /hello
--- error_code: 401
--- response_body
passed
{"message":"Missing authorization in request"}
--- no_error_log
[error]

Expand Down