This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new f3609f30d06 Create weekly-report-0226.md (#1517)
f3609f30d06 is described below
commit f3609f30d06ff6eb9984dcff0187cea1ce572930
Author: Yilia <[email protected]>
AuthorDate: Fri Mar 3 00:16:24 2023 +0800
Create weekly-report-0226.md (#1517)
Biweekly Report (Feb 13 - Feb 26)
---
blog/en/blog/2023/03/02/weekly-report-0226.md | 64 +++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/blog/en/blog/2023/03/02/weekly-report-0226.md
b/blog/en/blog/2023/03/02/weekly-report-0226.md
new file mode 100644
index 00000000000..0e8207790b1
--- /dev/null
+++ b/blog/en/blog/2023/03/02/weekly-report-0226.md
@@ -0,0 +1,64 @@
+---
+title: Biweekly Report (Feb 13 - Feb 26)
+keywords:
+- Apache APISIX
+- API Gateway
+- Weekly Report
+- Contributor
+description: The cloud-native API gateway Apache APISIX has added functions
such as enabling opentelemetry plugin to support https upstream and adding
'range_id' algorithm for 'request-id' plugin.
+tags: [Community]
+image:
https://static.apiseven.com/uploads/2023/03/01/8dHeqsLZ_%E9%A3%9E%E4%B9%A620230301-134627.png
+---
+
+## Introduction
+
+Apache APISIX grew up as a community from the first day it was open-sourced,
and quickly became the most active open-source API gateway project in the
world. These achievements are inseparable from the joint efforts of community
partners.
+
+"If you want to go fast, go alone. If you want to go far, go together." The
Apache APISIX Community Biweekly Report can help community members better grasp
the progress of the Apache APISIX community so that everyone can participate in
the Apache APISIX community.
+
+We have also sorted out some issues for newcomers to the community to
participate in! If you are interested, don't miss it!
+
+## Contributor Statistics
+
+
+
+
+
+## Good First Issues
+
+### Issue #8772
+
+**Link:**
[https://github.com/apache/apisix/issues/8772](https://github.com/apache/apisix/issues/8772)
+
+**Description:** Set validation on custom claims in OIDC auth, so that users
can restrict access to the backend based on that rule.
+
+### Issue #1075
+
+**Link:**
[https://github.com/apache/apisix-ingress-controller/issues/1075](https://github.com/apache/apisix-ingress-controller/issues/1075)
+
+**Description:** Add regression tests using `apisix:dev` for APISIX Ingress to
detect compatibility issues with the latest APISIX changes as early as possible.
+
+## Highlights of Recent Features
+
+- [`opentelemetry` plugin supports https
upstream](https://github.com/apache/apisix/pull/8823) (Contributor:
[yangxikun](https://github.com/yangxikun))
+
+- [Add head method support to Admin
API](https://github.com/apache/apisix/pull/8752) (Contributor:
[An-DJ](https://github.com/An-DJ))
+
+- [Stream subsystem support tars service
discovery](https://github.com/apache/apisix/pull/8826) (Contributor:
[ronething](https://github.com/ronething))
+
+- [Add 'range_id' algorithm for 'request-id'
plugin](https://github.com/apache/apisix/pull/8790) (Contributor:
[jiangfucheng](https://github.com/jiangfucheng))
+
+- [Use env var for `vault token`](https://github.com/apache/apisix/pull/8866)
(Contributor: [shreemaan-abhishek](https://github.com/shreemaan-abhishek))
+
+## Recent Blog Recommendations
+
+- [Accessing APISIX-Dashboard from Everywhere with Keycloak
Authentication](https://apisix.apache.org/blog/2023/01/02/accessing_apisix-dashboard_from_everywhere_with_keycloak_authentication/)
+This guest blog describes how to setup an external access to apisix-dashboard
protecting the URL with authentication managed by a keycloak server.
+
+- [How to Integrate API Gateway and Consul? Not Consul
K/V](https://apisix.apache.org/blog/2023/01/18/consul-with-apisix/)
+Apache APISIX supports the Consul service discovery registry. This article
will walk you through the process of implementing service discovery and service
registry in Apache APISIX.
+
+- [Securing Admin Access to Apache
APISIX](https://apisix.apache.org/blog/2023/02/09/secure-apisix-admin/)
+In this short blog post, a couple of ways is listed to secure your Apache
APISIX admin access.
+
+A wealth of documentation tutorials and experience has been accumulated on the
Apache APISIX official website and GitHub. If you encounter problems, you can
look into the documentation, search keywords in the issues, or participate in
the discussion on the issues, proposing your own ideas and practical experience.