You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/04/20 09:10:08 UTC

[GitHub] [apisix-website] reeseliu715 opened a new pull request, #1045: docs: add weekly report 0420

reeseliu715 opened a new pull request, #1045:
URL: https://github.com/apache/apisix-website/pull/1045

   Add weekly report 0420
   
   


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853925888


##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:
+
+```Bash
+   "plugins":{
+        "openid-connect":{
+             ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+Then, I request the "127.0.0.1:9080/", I will get 500, and the error log is as follow:
+
+![500 Error](https://static.apiseven.com/202108/1650443701999-958f2096-d44d-4cd0-99b5-6e8833c361c6.png)
+
+```YAML
+
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+This type of log is very unclear and the user does not know what to expect. Error logging should be improved to improve the experience of using the `Openid-connect` plug-in.

Review Comment:
   ```suggestion
   This type of log is very unclear and the user does not know what to expect. Error logging should be improved to improve the experience of using the `openid-connect` plug-in.
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853927265


##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:

Review Comment:
   ```suggestion
   When use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX, as shown below:
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853921856


##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:
+
+```Bash
+   "plugins":{
+        "openid-connect":{
+             ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+Then, I request the "127.0.0.1:9080/", I will get 500, and the error log is as follow:
+
+![500 Error](https://static.apiseven.com/202108/1650443701999-958f2096-d44d-4cd0-99b5-6e8833c361c6.png)
+
+```YAML
+
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+This type of log is very unclear and the user does not know what to expect. Error logging should be improved to improve the experience of using the `Openid-connect` plug-in.
+
+### Issue #6797
+
+**Link**: https://github.com/apache/apisix/issues/6797
+
+**Issue description**:
+
+When using the `file-logger` plugin, it is possible to send the logging to stdout by defining `/dev/stdout`. This in order to use the docker output and relais this in kubernetes to a ELK stack. Though an error is thrown indicating a permission denied for the current user.failed to open file: `/dev/stdout`, error info: `/dev/stdout`: Permission denied while logging request
+
+## Highlights of Recent Features
+
+- [Add the function of hiding header for `key-auth` plugin](https://github.com/apache/apisix/pull/6670)(Contributor: [bin-ya](https://github.com/bin-ya))
+
+- [Support Zookeeper service discovery](https://github.com/apache/apisix/pull/6751)(Contributor: [shuaijinchao](https://github.com/shuaijinchao))

Review Comment:
   ```suggestion
   - [Support ZooKeeper service discovery](https://github.com/apache/apisix/pull/6751)(Contributor: [shuaijinchao](https://github.com/shuaijinchao))
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] netlify[bot] commented on pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
netlify[bot] commented on PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#issuecomment-1103670147

   ### <span aria-hidden="true">👷</span> Deploy Preview for *apache-apisix* processing.
   
   
   |  Name | Link |
   |---------------------------------|------------------------|
   |<span aria-hidden="true">🔨</span> Latest commit | 358ddf91d1b6481f12a715784b871cf3e99490b6 |
   |<span aria-hidden="true">🔍</span> Latest deploy log | https://app.netlify.com/sites/apache-apisix/deploys/625fcdf03f89140008679d21 |


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853920616


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:
+
+```Bash
+  "plugins":{
+        "openid-connect":{
+              ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+然后请求 "127.0.0.1:9080/",将跳转到 500 页面,错误日志如下:
+
+![500页面](https://static.apiseven.com/202108/1650442371592-ad0c26f6-e3ab-49d8-a5cb-f2b033d87a91.png)
+
+```YAML
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+这样的日志非常不清楚,并且用户不知道会发生什么。所以应该改进错误日志,以提高使用 openid-connect 插件的体验。

Review Comment:
   ```suggestion
   这样的日志非常不清楚,并且用户不知道会发生什么。所以应该改进错误日志,以提高使用 `openid-connect` 插件的体验。
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853920304


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:

Review Comment:
   ```suggestion
   **问题描述**:当用户在 Apache APISIX 中使用 `openid-connect` 插件时,使用了错误的 redirect_uri,如下:
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] hf400159 commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
hf400159 commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853931132


##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:
+
+```Bash
+   "plugins":{
+        "openid-connect":{
+             ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+Then, I request the "127.0.0.1:9080/", I will get 500, and the error log is as follow:
+
+![500 Error](https://static.apiseven.com/202108/1650443701999-958f2096-d44d-4cd0-99b5-6e8833c361c6.png)
+
+```YAML
+
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+This type of log is very unclear and the user does not know what to expect. Error logging should be improved to improve the experience of using the `Openid-connect` plug-in.
+
+### Issue #6797
+
+**Link**: https://github.com/apache/apisix/issues/6797
+
+**Issue description**:
+
+When using the `file-logger` plugin, it is possible to send the logging to stdout by defining `/dev/stdout`. This in order to use the docker output and relais this in kubernetes to a ELK stack. Though an error is thrown indicating a permission denied for the current user.failed to open file: `/dev/stdout`, error info: `/dev/stdout`: Permission denied while logging request
+
+## Highlights of Recent Features
+
+- [Add the function of hiding header for `key-auth` plugin](https://github.com/apache/apisix/pull/6670)(Contributor: [bin-ya](https://github.com/bin-ya))
+
+- [Support Zookeeper service discovery](https://github.com/apache/apisix/pull/6751)(Contributor: [shuaijinchao](https://github.com/shuaijinchao))
+
+- [Feat(`request-id`): add algorithm support nanoid](https://github.com/apache/apisix/pull/6779)(Contributor: [aikin-vip](https://github.com/aikin-vip))
+
+- [Feat(`response-rewrite)`: support filters](https://github.com/apache/apisix/pull/6750)(Contributor: [kwanhur](https://github.com/kwanhur))

Review Comment:
   ```suggestion
   - [Feat(`response-rewrite`): support filters](https://github.com/apache/apisix/pull/6750)(Contributor: [kwanhur](https://github.com/kwanhur))
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853920837


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:
+
+```Bash
+  "plugins":{
+        "openid-connect":{
+              ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+然后请求 "127.0.0.1:9080/",将跳转到 500 页面,错误日志如下:
+
+![500页面](https://static.apiseven.com/202108/1650442371592-ad0c26f6-e3ab-49d8-a5cb-f2b033d87a91.png)
+
+```YAML
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+这样的日志非常不清楚,并且用户不知道会发生什么。所以应该改进错误日志,以提高使用 openid-connect 插件的体验。
+
+### Issue #6797
+
+**链接**: https://github.com/apache/apisix/issues/6797
+
+**问题描述**:当使用 file-logger 插件时,可以通过定义 /dev/stdout 将日志发送到 stdout。这是为了使用 Docker 输出并将其在 Kubernetes 中传递到 ELK 堆栈。但是使用过程中出现了一个报错,表明当前用户的权限被拒绝。

Review Comment:
   ```suggestion
   **问题描述**:当使用 `file-logger` 插件时,可以通过定义 /dev/stdout 将日志发送到 stdout。这是为了使用 Docker 输出并将其在 Kubernetes 中传递到 ELK 堆栈。但是使用过程中出现了一个报错,表明当前用户的权限被拒绝。
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] hf400159 commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
hf400159 commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853922413


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803

Review Comment:
   ```suggestion
   **链接**:https://github.com/apache/apisix/issues/6803
   ```



##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:
+
+```Bash
+  "plugins":{
+        "openid-connect":{
+              ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+然后请求 "127.0.0.1:9080/",将跳转到 500 页面,错误日志如下:
+
+![500页面](https://static.apiseven.com/202108/1650442371592-ad0c26f6-e3ab-49d8-a5cb-f2b033d87a91.png)
+
+```YAML
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+这样的日志非常不清楚,并且用户不知道会发生什么。所以应该改进错误日志,以提高使用 openid-connect 插件的体验。
+
+### Issue #6797
+
+**链接**: https://github.com/apache/apisix/issues/6797

Review Comment:
   ```suggestion
   **链接**:https://github.com/apache/apisix/issues/6797
   ```



##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:

Review Comment:
   ```suggestion
   **问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri,如下:
   ```



##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:
+
+```Bash
+  "plugins":{
+        "openid-connect":{
+              ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+然后请求 "127.0.0.1:9080/",将跳转到 500 页面,错误日志如下:
+
+![500页面](https://static.apiseven.com/202108/1650442371592-ad0c26f6-e3ab-49d8-a5cb-f2b033d87a91.png)
+
+```YAML
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+这样的日志非常不清楚,并且用户不知道会发生什么。所以应该改进错误日志,以提高使用 openid-connect 插件的体验。
+
+### Issue #6797
+
+**链接**: https://github.com/apache/apisix/issues/6797
+
+**问题描述**:当使用 file-logger 插件时,可以通过定义 /dev/stdout 将日志发送到 stdout。这是为了使用 Docker 输出并将其在 Kubernetes 中传递到 ELK 堆栈。但是使用过程中出现了一个报错,表明当前用户的权限被拒绝。

Review Comment:
   ```suggestion
   **问题描述**:当使用 `file-logger` 插件时,可以通过定义 `/dev/stdout` 将日志发送到 stdout。这是为了使用 Docker 输出并将其在 Kubernetes 中传递到 ELK 堆栈。但是使用过程中出现了一个报错,表明当前用户的权限被拒绝。
   ```



##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:
+
+```Bash
+   "plugins":{
+        "openid-connect":{
+             ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+Then, I request the "127.0.0.1:9080/", I will get 500, and the error log is as follow:
+
+![500 Error](https://static.apiseven.com/202108/1650443701999-958f2096-d44d-4cd0-99b5-6e8833c361c6.png)
+
+```YAML
+

Review Comment:
   del it 



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853921096


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:
+
+```Bash
+  "plugins":{
+        "openid-connect":{
+              ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+然后请求 "127.0.0.1:9080/",将跳转到 500 页面,错误日志如下:
+
+![500页面](https://static.apiseven.com/202108/1650442371592-ad0c26f6-e3ab-49d8-a5cb-f2b033d87a91.png)
+
+```YAML
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+这样的日志非常不清楚,并且用户不知道会发生什么。所以应该改进错误日志,以提高使用 openid-connect 插件的体验。
+
+### Issue #6797
+
+**链接**: https://github.com/apache/apisix/issues/6797
+
+**问题描述**:当使用 file-logger 插件时,可以通过定义 /dev/stdout 将日志发送到 stdout。这是为了使用 Docker 输出并将其在 Kubernetes 中传递到 ELK 堆栈。但是使用过程中出现了一个报错,表明当前用户的权限被拒绝。
+
+## 近期功能特性亮点
+
+- [`key-auth` 支持隐藏认证相关的请求 header](https://github.com/apache/apisix/pull/6670)(贡献者:[bin-ya](https://github.com/bin-ya))
+
+- [支持 Zookeeper 作为服务发现](https://github.com/apache/apisix/pull/6751)(贡献者:[shuaijinchao](https://github.com/shuaijinchao))

Review Comment:
   ```suggestion
   - [支持 ZooKeeper 作为服务发现](https://github.com/apache/apisix/pull/6751)(贡献者:[shuaijinchao](https://github.com/shuaijinchao))
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853921856


##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:
+
+```Bash
+   "plugins":{
+        "openid-connect":{
+             ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+Then, I request the "127.0.0.1:9080/", I will get 500, and the error log is as follow:
+
+![500 Error](https://static.apiseven.com/202108/1650443701999-958f2096-d44d-4cd0-99b5-6e8833c361c6.png)
+
+```YAML
+
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openidc.lua:1378: authenticate(): request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+2022/04/07 17:13:50 [error] 31780#3492140: *1959 [lua] openid-connect.lua:304: phase_func(): OIDC authentication failed: request to the redirect_uri path but there's no session state found, client: 127.0.0.1, server: _, request: "GET / HTTP/1.1", host: "127.0.0.1:9080"
+```
+
+This type of log is very unclear and the user does not know what to expect. Error logging should be improved to improve the experience of using the `Openid-connect` plug-in.
+
+### Issue #6797
+
+**Link**: https://github.com/apache/apisix/issues/6797
+
+**Issue description**:
+
+When using the `file-logger` plugin, it is possible to send the logging to stdout by defining `/dev/stdout`. This in order to use the docker output and relais this in kubernetes to a ELK stack. Though an error is thrown indicating a permission denied for the current user.failed to open file: `/dev/stdout`, error info: `/dev/stdout`: Permission denied while logging request
+
+## Highlights of Recent Features
+
+- [Add the function of hiding header for `key-auth` plugin](https://github.com/apache/apisix/pull/6670)(Contributor: [bin-ya](https://github.com/bin-ya))
+
+- [Support Zookeeper service discovery](https://github.com/apache/apisix/pull/6751)(Contributor: [shuaijinchao](https://github.com/shuaijinchao))

Review Comment:
   ```suggestion
   - [Support ZooKeeper as service discovery](https://github.com/apache/apisix/pull/6751)(Contributor: [shuaijinchao](https://github.com/shuaijinchao))
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853920304


##########
website/i18n/zh/docusaurus-plugin-content-blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,84 @@
+---
+title: "社区双周报|4.1-4.14 功能亮点更新进行中"
+keywords: 
+- Apache APISIX
+- API 网关
+- 社区周报
+- 贡献者
+description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
+tags: [Events]
+---
+
+> 从 4.1 到 4.14, 有 36 位开发者为 Apache APISIX 提交了 75 个 commits。感谢这些小伙伴为 Apache APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
+
+<!--truncate-->
+
+## 导语
+
+Apache APISIX 从开源第一天就以社区方式成长,迅速成为全世界最活跃的开源 API 网关项目。这些成就,离不开社区小伙伴们的共同奋斗。
+
+“独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX 社区的进展,方便大家参与到 Apache APISIX 社区中来。
+
+我们还整理了一些适合新来社区的小伙伴们参加的 issue!感兴趣的同学们,走过路过不要错过!
+
+## 贡献者统计
+
+![本周贡献者名单](https://static.apiseven.com/202108/1650441551212-28a65a2f-0d84-4f7d-a06e-fda4d072fff6.png)
+
+![本周新晋贡献者](https://static.apiseven.com/202108/1650441612598-a27f8798-8f70-44e7-8c11-207173f776d4.png)
+
+## Good first issue
+
+### Issue #6803
+
+**链接**: https://github.com/apache/apisix/issues/6803
+
+**问题描述**:当用户在 Apache APISIX 中使用 openid-connect 插件时,使用了错误的 redirect_uri ,如下:

Review Comment:
   ```suggestion
   **问题描述**:当用户在 Apache APISIX 中使用 `openid-connect` 插件时,使用了错误的 redirect_uri ,如下:
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY commented on a diff in pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY commented on code in PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045#discussion_r853927758


##########
website/blog/2022/04/20/weekly-report-0420.md:
##########
@@ -0,0 +1,93 @@
+---
+title: Biweekly Report|Explore the weeks of Apr 1st - Apr 14th
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+tags: [Events]
+---
+
+> From April 1st to  April 14th, 36 contributors submitted 75 commits for Apache APISIX. Thank you all for your contributions to Apache APISIX. It is your selfless contribution to make the Apache APISIX project better!
+
+<!--truncate-->
+
+## Introduction
+
+Apache APISIX has grown as a community from the first day of open source and has quickly become the most active open source API gateway project in the world. These achievements cannot be achieved without the joint efforts of our community partners.
+
+"If you want to go fast, go alone.If you want to go far, go together." The Apache APISIX Community Weekly Report hopes to help community members better understand the weekly progress of the Apache APISIX community and and facilitate everyone to participate in the Apache APISIX community.
+
+We have also compiled some issues suitable for newcomers to the community to participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+![Contributors List](https://static.apiseven.com/202108/1650443415345-e067c6d9-1f39-4152-a7cc-4379fd4f17f3.jpg)
+
+![New Contributors](https://static.apiseven.com/202108/1650443438975-33d7f4fb-01ca-4877-848e-35b1f6869d2a.png)
+
+## Good first issue
+
+### Issue #6803
+
+**Link**: https://github.com/apache/apisix/issues/6803
+
+**Issue description**:
+
+When I use `openid-connect` plugins with the wrong `redirect_uri` in Apache APISIX.Like flow:
+
+```Bash
+   "plugins":{
+        "openid-connect":{
+             ...
+            "scope":"openid profile",
+            "bearer_only":false,
+            "introspection_endpoint_auth_method":"client_secret_post",
+            "redirect_uri":"http://127.0.0.1:9080/"
+             ...
+        }
+    },
+```
+
+Then, I request the "127.0.0.1:9080/", I will get 500, and the error log is as follow:

Review Comment:
   ```suggestion
   Then request the "127.0.0.1:9080/", will get 500, and the error log is as follow:
   ```



-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [apisix-website] SylviaBABY merged pull request #1045: docs: add weekly report 0420

Posted by GitBox <gi...@apache.org>.
SylviaBABY merged PR #1045:
URL: https://github.com/apache/apisix-website/pull/1045


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org