tzssangglass
52c8a291ef
fix: replace get_headers and get_uri_args with the function in core.request ( #6922 )
2022-04-26 09:56:11 +08:00
Navendu Pottekkat
699e4c5ca0
docs: update "ip-restriction" Plugin docs ( #6883 )
...
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
2022-04-25 18:00:50 +08:00
罗泽轩
ea2cf66b45
feat(xRPC): support dynamic upstream with upstream_id ( #6919 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-25 14:44:43 +08:00
soulbird
0bd8b5cbad
fix: upstream nodes cant't include ipv6 addr ( #6908 )
2022-04-25 14:41:55 +08:00
jackfu
42d6c22fa4
docs: update "limit-conn" plugin docs ( #6897 )
...
Co-authored-by: jack.fu <jack.fu@yijinin.com>
2022-04-24 10:44:55 +08:00
罗泽轩
d5ec37eb42
chore: don't report upstream http host check error in stream subsystem ( #6904 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-24 10:34:01 +08:00
Navendu Pottekkat
76623073cb
docs: update "uri-blocker" Plugin docs ( #6882 )
...
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
2022-04-22 19:46:35 +08:00
Navendu Pottekkat
72274b4da8
docs: update "ua-restriction" Plugin docs ( #6884 )
...
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
2022-04-22 19:38:07 +08:00
Navendu Pottekkat
612b2a6cb7
docs: update "cors" docs ( #6877 )
...
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
2022-04-22 19:37:35 +08:00
罗泽轩
bf5585a971
fix: the client verify flag might not be set ( #6906 )
...
A more suitable way is to reject the client TLS handshake directly, just
like what Go has done.
Fix #6896
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-22 19:35:20 +08:00
罗泽轩
4a0e2903f3
feat(xRPC): support dynamic upstream ( #6901 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-22 15:49:40 +08:00
homeward
57a42c2f2a
docs: Modify APISIX Chinese docs directory ( #6898 )
2022-04-22 10:32:19 +08:00
Gallardot
d67e892159
docs: update prowered-by.md ( #6894 )
2022-04-21 10:36:21 +08:00
罗泽轩
c5856267ff
feat(xRPC): basic stream support ( #6885 )
2022-04-21 09:44:19 +08:00
罗泽轩
506c873fb0
chore(redis): avoid recording bad value ( #6876 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-20 15:49:42 +08:00
leslie
761c34a292
docs(how-to-build): update centos repo support ( #6871 )
2022-04-19 18:21:32 +08:00
罗泽轩
0c04da4a94
docs: we don't use our fork anymore ( #6875 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-19 12:06:05 +08:00
tzssangglass
2518b18a7b
fix(grpc-transcode): fetch the response body cached in the ctx ( #6862 )
...
Closes #6848
2022-04-19 09:53:32 +08:00
罗泽轩
1d88741bdc
feat(xRPC): simple redis support ( #6873 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-19 09:49:05 +08:00
soulbird
153f385f35
fix: do not expose internal errors to the client ( #6859 )
2022-04-18 19:14:31 +08:00
zhixiongdu
ec21242765
feat: inject kubernetes discovery environment variable ( #6869 )
2022-04-18 15:15:12 +08:00
罗泽轩
b08d8819e2
feat(serverless): return like other plugins ( #6870 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-18 14:39:47 +08:00
tzssangglass
943436a16c
fix(authz-keycloak): do not expose internal errors to the client ( #6854 )
2022-04-18 08:56:13 +08:00
tzssangglass
6bbffb4d0f
docs: update MAINTAIN.md ( #6863 )
2022-04-17 22:15:44 +08:00
罗泽轩
605c2c40c4
fix(hmac-auth): don't let client know why it is rejected ( #6853 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-17 19:36:35 +08:00
Zeping Bai
f3c9e80a2d
chore(jwt-auth): adjust error log level to warn ( #6858 )
2022-04-15 17:28:52 +08:00
罗泽轩
283327a472
feat: release 2.13.1 ( #6849 )
2022-04-15 16:13:00 +08:00
tzssangglass
d6a4afd1f8
fix(grpc-web): don't override Access-Control-Allow-Origin header in response ( #6842 )
2022-04-15 11:09:33 +08:00
Navendu Pottekkat
b2f3273b6a
docs: update "Authentication" Plugins ( #6824 )
...
Co-authored-by: homeward <97138894+hf400159@users.noreply.github.com>
2022-04-15 09:05:25 +08:00
罗泽轩
c23ca3131e
chore: upgrade lua-resty-jwt to a new version ( #6847 )
...
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2022-04-14 22:57:31 +08:00
Zeping Bai
61a48a2524
fix: jwt-auth error may leak secret ( #6846 )
2022-04-14 22:54:42 +08:00
帅进超
7e7cda47cd
docs(zookeeper): add zookeeper discovery to README ( #6816 )
2022-04-14 14:45:47 +08:00
罗泽轩
7ba5b2b2f8
feat(xrpc): add unary structure ( #6837 )
2022-04-14 11:56:35 +08:00
张培国
f6e96e4062
chore: modify links ( #6839 )
2022-04-14 10:42:40 +08:00
罗泽轩
d7310e9393
ci: upgrade ancient redis image ( #6838 )
2022-04-14 10:38:05 +08:00
dependabot[bot]
b2184d85e1
build(deps): bump httpclient from 4.5.5 to 4.5.13 in /t/lib/dubbo-backend/dubbo-backend-provider ( #6831 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 09:40:34 +08:00
dependabot[bot]
2153578410
build(deps): bump actions/setup-node from 3.1.0 to 3.1.1 ( #6832 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-13 09:40:29 +08:00
罗泽轩
2199cdec18
feat(xRPC): add Admin API support ( #6817 )
2022-04-13 09:39:05 +08:00
Navendu Pottekkat
3250b9881e
docs: update "Transformation" Plugins ( #6775 )
2022-04-12 17:35:31 +08:00
Navendu Pottekkat
02528ea67c
docs: update "General" Plugins ( #6763 )
2022-04-12 17:35:18 +08:00
蚊子先生
4831e6c414
fix: add support for multi-header with same key ( #6811 )
...
Co-authored-by: jiangyuncong <jiangyuncong@cecinvestment.com>
2022-04-12 17:33:57 +08:00
dependabot[bot]
6f9c3f8d81
build(deps): bump dubbo from 2.7.7 to 2.7.15 in /t/lib/dubbo-backend ( #6819 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 17:33:32 +08:00
dependabot[bot]
f1148d1548
build(deps): bump dubbo from 2.7.7 to 2.7.15 in /t/lib/dubbo-backend/dubbo-backend-provider ( #6820 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-12 10:04:52 +08:00
Navendu Pottekkat
dbf7af297f
chore: set the license location threshold ( #6825 )
...
Signed-off-by: Navendu Pottekkat <navendupottekkat@gmail.com>
2022-04-12 07:14:51 +08:00
tzssangglass
f735f2e57d
test(xds): add Centos7 CI ( #6814 )
2022-04-11 18:14:46 +08:00
罗泽轩
f8bc7a61e3
test: rewrite test to bypass "missing the closing long bracket" err ( #6818 )
2022-04-11 17:23:22 +08:00
dependabot[bot]
a4b12db5b1
build(deps): bump actions/upload-artifact from 2 to 3 ( #6815 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 17:22:30 +08:00
罗泽轩
9ec689885f
fix(admin): reject unknown stream plugin ( #6813 )
2022-04-11 09:51:49 +08:00
kwanhur
e89ab8d654
feat(response-rewrite): support filters ( #6750 )
...
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
2022-04-11 09:46:18 +08:00
罗泽轩
3a83240e55
chore: fix confusing var name ( #6808 )
2022-04-11 09:45:47 +08:00