yzeng25 commented on a change in pull request #543: URL: https://github.com/apache/apisix-website/pull/543#discussion_r700019268
########## File path: website/events/2021-08-30-weekly-report.md ########## @@ -0,0 +1,92 @@ +--- +title: "Apache APISIX 社区周报 | 2021 8.23-8.29" +keywords: +- APISIX +- 社区周报 +- 贡献者 +- Good first issue +description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。 +--- + +<!--truncate--> + +## 导语 + +Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。 + +“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。 + +我们还整理了一些适合新来社区的小伙伴们参加的 issue !感兴趣的同学们,走过路过不要错过! + +## 贡献者统计 + + + + + +## Good first issue + +### Issue #4241 + +**链接**:https://github.com/apache/apisix/issues/4241 + +**问题描述**:现在在将 jwt-auth 插件添加到一个 service/route 时,jwt 令牌未包含“key”声明。 + +```shell +{ + "iss":"http://127.0.0.1", + "client_id":"application1", + "sub": "1234567890", + "iat": 1516239022 +} +``` + + + +### Issue #4441 + +**链接**:https://github.com/apache/apisix/issues/4441 + +**问题描述**:现在 APISIX stream_routes 的参数 "remote_addr"只支持单个 ip,需要支持多个 ip 或者像 "192.168.0.0/16 "这样的匹配规则,就像 http 路由参数 "remote_addr"一样。 + +### Issue #3601 + +**链接**:https://github.com/apache/apisix/issues/3601 + +**问题描述**:目前 APISIX 只有请求-响应 gRPC 代理的单元测试,没有流式 gRPC 的相关测试。需要为其添加流式gRPC的测试用例。 + +### Issue #3931 + +**链接**:https://github.com/apache/apisix/issues/3931 + +**问题描述**:重定向插件中的 http_to_https 缺乏 curl 测试,需要为重定向插件中的 http_to_https 添加 curl 测试,并更新文档 http://apisix.apache.org/docs/apisix/plugins/redirect Review comment: change to md link -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
