Commit Graph

61 Commits

Author SHA1 Message Date
Ayush das
6ec4c5033d
docs: default value correction in include_in_response (#4598) 2021-07-15 08:50:24 +08:00
chen zhuo
307c7f69eb
feat: Add option retry_timeout that like nginx's proxy_next_upstream_timeout (#4574)
Co-authored-by: zhuo.chen <zhuo.chen@upai.com>
2021-07-14 09:53:29 +08:00
罗泽轩
808d511dd4
feat(stream): add limit-conn (#4515)
* feat(stream): add limit-conn

Signed-off-by: spacewander <spacewanderlzx@gmail.com>

* break down long bracket to avoid missing the closing long bracket "]]"

https: //github.com/apache/apisix/pull/4515/checks?check_run_id=2962435093
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-13 13:17:52 +08:00
Arthur.Zhang
06d0030dcc
feat(batch-requests): allow customizing uri in batch-requests (#4563) 2021-07-10 18:13:30 +08:00
Hoshea Jiang
220fb832b2
docs: fix the valid value interval of max_breaker_sec (#4539) 2021-07-06 11:15:41 +08:00
wisdom
de20916e5f
feat(key-auth): supporting key-auth plugin to get key from query string (#4490) 2021-07-02 11:05:49 +08:00
Applenice
cd8afe6ec4
feat(ip-restriction): support user-defined configuration message (#4493) 2021-07-02 08:56:30 +08:00
罗泽轩
63a4703584
docs: clarify where the value comes from (#4508)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-07-01 09:53:04 +08:00
chen zhuo
20d9dd21b6
feat(kafka-logger): support for specified the log formats via admin API. (#4483)
* feat(kafka-logger): support for specified the log formats via admin API.

* add kafka-logger log-format test case

* add english docs

Co-authored-by: zhuo.chen <zhuo.chen@upai.com>
2021-06-30 14:13:19 +08:00
罗泽轩
18dba6e36d
docs(openid-connect): fix public key format (#4468)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-06-23 21:45:47 -04:00
Shuyang Wu
bf90cbe81e
docs: use mockbin to view http logs for guidance (#4427)
Co-authored-by: 罗泽轩 <spacewanderlzx@gmail.com>
2021-06-18 18:23:37 +08:00
ken zhou
b6a60d0df6
feat: limit-req support nodelay (#4395)
Co-authored-by: Alex Zhang <tokers@apache.org>
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
Co-authored-by: jianzhou <zhoujian1@huya.com>
2021-06-10 21:06:29 +08:00
罗泽轩
8bf8cc1916
feat(mqtt-proxy): support domain (#4391)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-06-09 19:23:40 +08:00
吴晟 Wu Sheng
09e298302c
docs: Polish SkyWalking doc and a tiny thing about Zipkin (#4339)
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
Co-authored-by: Shuyang Wu <wosoyoung@gmail.com>
2021-05-30 21:16:57 -04:00
batman-ezio
1266801154
change(echo): remove odd auth_value (#4055)
Co-authored-by: spacewander <spacewanderlzx@gmail.com>
2021-05-28 10:44:36 -04:00
Gary-Airwallex
a1872a4842
feat: support appending query string in redirect (#4298) 2021-05-25 10:17:36 +08:00
Joshua Yang
a4817fc561
docs(response-rewrite): fixed type error
Fixed #4259
2021-05-18 09:26:42 +08:00
Gary-Airwallex
b0cae100d2
feat: support uri encoding in redirect (#4244) 2021-05-17 22:42:16 +08:00
罗泽轩
db5a5a9d21
feat(reponse-rewrite): allow using variable in the header (#4194)
* feat(reponse-rewrite): allow using variable in the header

Fix #3727

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-05-10 10:27:41 +08:00
ken zhou
3ebe8004b1
feat: redirect plugin support regex (#4152)
Co-authored-by: jianzhou <zhoujian1@huya.com>
Co-authored-by: Alex Zhang <tokers@apache.org>
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-05-07 15:55:38 -04:00
Shuyang Wu
5657fe088c
docs: fix argument name for prometheus (#4190)
Signed-off-by: yiyiyimu <wosoyoung@gmail.com>
2021-05-07 09:33:42 +08:00
fc13240@gmail.com
81120e401d
docs: update limit-count.md to add redis_password in redis-cluster policy (#4153) 2021-05-06 16:58:04 +08:00
Kishani Kandasamy
e2e6464364
docs: update docs with correct id (#4174) 2021-05-03 10:37:07 +08:00
huangnauh
d4a999db42
feat(kafka-logger): add server info to kafka log (#4131) 2021-04-27 10:01:38 +08:00
seven dickens
c8c24deca4
feat: optimize skywalking instancename (#4069) 2021-04-26 13:14:29 +08:00
罗泽轩
043b65059c
docs(openid-connect): mention the token cache mechanism (#4132) 2021-04-26 13:14:12 +08:00
_chg_
b83ad3c39c
feat: jwt-auth support extension payload (#4099) 2021-04-23 09:13:50 +08:00
Yuelin Zheng
94565689f7
fix(traffic-split): configure multiple "rules", the request will be confused between upstream (#4092) 2021-04-22 08:58:23 +08:00
yejingx
7029bb9cc6
plugin(kafka-logger): send logs in async mode by default (#4035) 2021-04-14 16:14:54 +08:00
罗泽轩
3cec253baa
docs(limit-count): correct redis_cluster_nodes (#4039) 2021-04-13 17:14:11 +08:00
Yuelin Zheng
a57408d3a3
docs: improve the prometheus docs (#4033)
Co-authored-by: 琚致远 <juzhiyuan@apache.org>
2021-04-12 19:15:19 +08:00
Yuelin Zheng
d6708874e0
docs: Improve the jwt-auth docs (#4030) 2021-04-12 19:12:03 +08:00
Yuelin Zheng
de80319029
chore(traffic-split): remove the default match rule of the traffic-split plugin (#4019) 2021-04-12 09:12:19 +08:00
罗泽轩
89d8697743
feat(key-auth): allow customizing header (#4013) 2021-04-09 18:08:21 +08:00
Shuyang Wu
52a91bb846
feat: use route/service name instead of id in prometheus metric (#4004) 2021-04-09 16:02:11 +08:00
罗泽轩
005a790a5e
feat(serverless): pass conf & ctx to the functions (#3971) 2021-04-08 18:29:32 +08:00
Shuyang Wu
b273ae7002
change(prometheus): redesign the latency metrics & update grafana (#3993)
Co-authored-by: nic-chen <johz@163.com>
2021-04-07 15:38:49 +08:00
罗泽轩
6a986f4649
change(prometheus): don't expose metrics to internet (#3994)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-04-07 14:40:28 +08:00
han6565
4156a73b9b
change(limit-count): ensure redis cluster name is set correctly (#3910)
fix the problem of multiple different redis-cluster data sources, stress test prompting ' ttl: ERR invalid password'

Co-authored-by: hanjinqi <hanjinqi@xdf.cn>
Co-authored-by: Yuelin Zheng <2226815922@qq.com>
2021-04-07 09:20:00 +08:00
Yuelin Zheng
708d266512
fix(traffic-split): upstream.type support chash configuration (#3955) 2021-04-01 20:57:10 +08:00
Yuelin Zheng
a7e7d60e3b
docs: update the docs of the prometheus plugin (#3494)
close #3477
2021-03-31 10:42:24 +08:00
Dashuang Li
562841ba30
docs: ret_code type in plugin redirect should be integer (#3940) 2021-03-31 10:34:43 +08:00
Yuelin Zheng
dd20de2f9d
docs(hmac-auth): fix the document link (#3949)
Signed-off-by: Firstsawyou yuelinz99@gmail.com
2021-03-31 09:01:41 +08:00
super_mario
4c8f0f4a63
docs: add chinese version of dubbo-proxy.md (#3938) 2021-03-31 08:59:15 +08:00
罗泽轩
7c976b50ab
feat(skywalking): allow destory and configure report interval for reporter (#3925)
Fix #2895

Signed-off-by: spacewander <spacewanderlzx@gmail.com>
2021-03-30 09:54:18 +08:00
qian0817
49e4fd307c
docs: Improve proxy-rewrite plugin docs (#3929) 2021-03-29 15:14:13 +08:00
Shuyang Wu
83931ba0a5
fix: refine example grafana dashboard (#3457) 2021-03-26 10:37:15 +08:00
John Bampton
a2b69b1530
chore: sort imports in the Markdown examples (#3822) 2021-03-24 09:05:14 +08:00
罗泽轩
116deb2f36
change(zipkin): rearrange the child span (#3877)
Fix #3827
2021-03-23 20:19:16 +08:00
batman-ezio
bb95f7af54
feat: add allow_origins_by_regex to cors plugin (#3839) 2021-03-22 15:55:54 +08:00