This is an automated email from the ASF dual-hosted git repository.
sylviasu 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 9231bae9978 docs: update 2022-2/4/7 blog's desc/keywords/tags (#1272)
9231bae9978 is described below
commit 9231bae99788e9fa2ec3fd5311927ecd5773ea9d
Author: Fei Han <[email protected]>
AuthorDate: Mon Aug 8 09:42:19 2022 +0800
docs: update 2022-2/4/7 blog's desc/keywords/tags (#1272)
* docs: update 2022-2/4/7 blog's desc/keywords/tags
* Update blog/en/blog/2022/03/01/apisix-integration-public-api-plugin.md
Co-authored-by: Sylvia <[email protected]>
Co-authored-by: hf400159 <[email protected]>
Co-authored-by: Sylvia <[email protected]>
---
.../blog/2022/03/01/apisix-integration-public-api-plugin.md | 4 ++--
...ration-graphql-plugin.md => apisix-integration-graphql.md} | 4 ++--
.../en/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md | 4 ++--
blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md | 2 +-
blog/en/blog/2022/03/03/weekly-report-0228.md | 4 ++--
.../2022/03/04/apigateway-clickhouse-makes-logging-easier.md | 4 ++--
.../03/04/apisix-uses-coredns-enable-service-discovery.md | 4 ++--
.../2022/03/05/apisix-integration-eureka-service-discovery.md | 2 +-
blog/en/blog/2022/03/24/weekly-report-0314.md | 4 ++--
blog/en/blog/2022/03/28/release-apache-apisix-2.13.md | 8 ++++----
blog/en/blog/2022/04/12/apisix-summit-asia-2022.md | 2 ++
blog/en/blog/2022/07/04/apisix-integrates-with-hydra.md | 2 +-
blog/en/blog/2022/07/05/use-dataant-to-monitor-apisix.md | 2 +-
.../07/06/use-keycloak-with-api-gateway-to-secure-apis.md | 4 ++--
blog/en/blog/2022/07/07/weekly-report-0630.md | 2 +-
blog/en/blog/2022/07/21/weekly-report-0715.md | 4 ++--
.../blog/2022/07/22/how-is-google-cloud-tau-t2a-performing.md | 2 +-
.../blog/2022/03/01/apisix-integration-public-api-plugin.md | 8 ++++----
...ration-graphql-plugin.md => apisix-integration-graphql.md} | 6 +++---
.../zh/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md | 7 ++++---
blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md | 4 ++--
blog/zh/blog/2022/03/03/weekly-report-0228.md | 4 ++--
.../2022/03/04/apigateway-clickhouse-makes-logging-easier.md | 4 ++--
.../03/04/apisix-uses-coredns-enable-service-discovery.md | 6 +++---
.../2022/03/05/apisix-integration-eureka-service-discovery.md | 6 +++---
blog/zh/blog/2022/03/24/weekly-report-0314.md | 4 ++--
blog/zh/blog/2022/03/28/release-apache-apisix-2.13.md | 11 ++++++-----
blog/zh/blog/2022/04/12/apisix-summit-asia-2022.md | 1 +
blog/zh/blog/2022/04/20/cve-2022-29266.md | 1 +
blog/zh/blog/2022/07/04/apisix-integrates-with-hydra.md | 4 ++--
blog/zh/blog/2022/07/05/use-dataant-to-monitor-apisix.md | 6 ++++--
.../07/06/use-keycloak-with-api-gateway-to-secure-apis.md | 6 +++---
blog/zh/blog/2022/07/07/weekly-report-0630.md | 4 ++--
blog/zh/blog/2022/07/21/weekly-report-0715.md | 4 ++--
34 files changed, 76 insertions(+), 68 deletions(-)
diff --git a/blog/en/blog/2022/03/01/apisix-integration-public-api-plugin.md
b/blog/en/blog/2022/03/01/apisix-integration-public-api-plugin.md
index bb5c8439566..c2e68a49471 100644
--- a/blog/en/blog/2022/03/01/apisix-integration-public-api-plugin.md
+++ b/blog/en/blog/2022/03/01/apisix-integration-public-api-plugin.md
@@ -14,8 +14,8 @@ keywords:
- API Gateway
- Security
- Ecosystem
-description: This article introduces the principle and usage of API gateway
Apache APISIX native plugin `public-api`.
-tags: [Technology,Ecosystem]
+description: You can protect custom APIs in APISIX plugins through the
public-api plugin of Apache APISIX, a cloud-native API gateway, and introduce
its application scenarios.
+tags: [Plugins,Ecosystem]
---
> This article introduces the principle and usage of API gateway Apache APISIX
> native plugin `public-api`.
diff --git a/blog/en/blog/2022/03/02/apisix-integration-graphql-plugin.md
b/blog/en/blog/2022/03/02/apisix-integration-graphql.md
similarity index 98%
rename from blog/en/blog/2022/03/02/apisix-integration-graphql-plugin.md
rename to blog/en/blog/2022/03/02/apisix-integration-graphql.md
index 717ba46d04b..f71d4f0c6fc 100644
--- a/blog/en/blog/2022/03/02/apisix-integration-graphql-plugin.md
+++ b/blog/en/blog/2022/03/02/apisix-integration-graphql.md
@@ -14,8 +14,8 @@ keywords:
- API Gateway
- GraphQL
- Ecosystem
-description: This article introduces the features of Apache APISIX and
GraphQL, and how to use the API gateway Apache APISIX to proxy GraphQL
requests, and proposes solutions to solve the pain points of practical
scenarios.
-tags: [Technology,Ecosystem]
+description: This article describes the features of the cloud-native API
gateway Apache APISIX and GraphQL, and how to use Apache APISIX to proxy
GraphQL requests.
+tags: [Ecosystem]
---
> This article introduces the features of Apache APISIX and GraphQL, and how
> to use the API gateway Apache APISIX to proxy GraphQL requests, and proposes
> solutions to solve the pain points of practical scenarios.
diff --git a/blog/en/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
b/blog/en/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
index dd8fe83ab79..d5b0a8cc10b 100644
--- a/blog/en/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
+++ b/blog/en/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
@@ -8,8 +8,8 @@ keywords:
- Internet Insurance
- Apache APISIX
- Zhongan
-description: In this article, we will introduce some business scenarios and
practical cases of zhongan and bring you the gateway selection and
implementation operation under the "Internet Insurance" scenario.
-tags: [User Case]
+description: we will introduce some business scenarios and practical cases of
zhongan and bring you the gateway selection and implementation operation under
the "Internet Insurance" scenario.
+tags: [Case Studies]
---
> The content of this article is sorted out from the relevant sharing brought
> by Xu Min, head of Zhongan Insurance and Technology Infrastructure in Apache
> APISIX Weekly Meeting.
diff --git a/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
b/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
index a51f6168fab..6e1e80dc31f 100644
--- a/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
+++ b/blog/en/blog/2022/03/03/develop-apisix-with-gitpod.md
@@ -16,7 +16,7 @@ keywords:
- IDE
- Develop
description: This article introduces the open source cloud IDE product -
Gitpod, and demonstrates how to use Gitpod to develop API gateway Apache APISIX
and solutions to common problems.
-tags: [Technology]
+tags: [Ecosystem]
---
> This article introduces the open source cloud IDE product - Gitpod, and
> demonstrates how to use Gitpod to develop API gateway Apache APISIX and
> solutions to common problems.
diff --git a/blog/en/blog/2022/03/03/weekly-report-0228.md
b/blog/en/blog/2022/03/03/weekly-report-0228.md
index 5947f30233d..4a8eb138264 100644
--- a/blog/en/blog/2022/03/03/weekly-report-0228.md
+++ b/blog/en/blog/2022/03/03/weekly-report-0228.md
@@ -5,8 +5,8 @@ keywords:
- 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]
+description: API Gateway The Apache APISIX community has supported mocking,
clickhouse plugins, and support for Kubernetes as a service discovery for the
last two weeks.
+tags: [Community]
---
> From 2.15 to 2.28, 43 contributors submitted 101 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!
diff --git
a/blog/en/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
b/blog/en/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
index 36b4aee82d9..ed96f0afded 100644
--- a/blog/en/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
+++ b/blog/en/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
@@ -15,8 +15,8 @@ keywords:
- ClickHouse
- Logging
- Ecosystem
-description: The author of this article, Zhendong Qi, is from China Mobile
Cloud Competence Center. He has extensive experience in distributed object
storage software development and has participated in the construction of
several resource pools in the mobile cloud. This article describes how
community contributor Zhendong Qi contributed `clickhouse-logger` to Apache
APISIX and how he used the plugin to simplify the business architecture and
improve the efficiency of logging.
-tags: [Technology,Logging,Ecosystem]
+description: This article describes how Zhendong Qi contributed
`clickhouse-logger` to API gateway Apache APISIX, and how to use this plugin to
simplify business architecture.
+tags: [Plugins,Ecosystem]
---
> The author of this article, Zhendong Qi, is from China Mobile Cloud
> Competence Center. He has extensive experience in distributed object storage
> software development and has participated in the construction of several
> resource pools in the mobile cloud. This article describes how community
> contributor Zhendong Qi contributed `clickhouse-logger` to Apache APISIX and
> how he used the plugin to simplify the business architecture and improve the
> efficiency of logging.
diff --git
a/blog/en/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
b/blog/en/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
index 85b5430608c..cc82cc00778 100644
--- a/blog/en/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
+++ b/blog/en/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
@@ -16,8 +16,8 @@ keywords:
- Service Discovery
- Service Register
- Ecosystem
-description: Apache APISIX is a dynamic, real-time, high-performance
cloud-native API gateway that provides rich traffic management functions such
as load balancing, dynamic upstream, grayscale publishing, service
interruption, identity authentication, and observability. As a cloud native API
gateway, Apache APISIX also integrates multiple service discovery capabilities.
This article will show you how to configure CoreDNS in Apache APISIX.
-tags: [Technology,Ecosystem,Service Discovery]
+description: The cloud-native API Gateway Apache APISIX integrates multiple
service discovery capabilities. This article will show you how to configure
CoreDNS in APISIX.
+tags: [Ecosystem]
---
> Apache APISIX is a dynamic, real-time, high-performance cloud-native API
> gateway that provides rich traffic management functions such as load
> balancing, dynamic upstream, grayscale publishing, service interruption,
> identity authentication, and observability. As a cloud native API gateway,
> Apache APISIX also integrates multiple service discovery capabilities. This
> article will show you how to configure CoreDNS in Apache APISIX.
diff --git
a/blog/en/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
b/blog/en/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
index 99407869010..a39f7c17aec 100644
--- a/blog/en/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
+++ b/blog/en/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
@@ -16,7 +16,7 @@ keywords:
- Service Discovery
- Servici Register
description: This article describes how to enable Eureka as a service
discovery in the API gateway Apache APISIX and how to use diagnostic tools to
find problems in the link.
-tags: [Technology,Ecosystem,Service Discovery]
+tags: [Ecosystem]
---
> This article describes how to enable Eureka as a service discovery in the
> API gateway Apache APISIX and how to use diagnostic tools to find problems
> in the link.
diff --git a/blog/en/blog/2022/03/24/weekly-report-0314.md
b/blog/en/blog/2022/03/24/weekly-report-0314.md
index 153e00498b3..c11a44c5f90 100644
--- a/blog/en/blog/2022/03/24/weekly-report-0314.md
+++ b/blog/en/blog/2022/03/24/weekly-report-0314.md
@@ -5,8 +5,8 @@ keywords:
- 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]
+description: In the past two weeks, the Apache APISIX community has added many
functions about plugins such as openid-connect, authz-keycloak, cors, csrf, and
jwt-auth.
+tags: [Community]
---
> From March 1st to March 14th, 44 contributors submitted 131 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!
diff --git a/blog/en/blog/2022/03/28/release-apache-apisix-2.13.md
b/blog/en/blog/2022/03/28/release-apache-apisix-2.13.md
index ffa89a8f18d..9a822c3033f 100644
--- a/blog/en/blog/2022/03/28/release-apache-apisix-2.13.md
+++ b/blog/en/blog/2022/03/28/release-apache-apisix-2.13.md
@@ -11,12 +11,12 @@ authors:
image_url: "https://github.com/yzeng25.png"
keywords:
- Apache APISIX
-- 2.13.0
-- Release Notes
- API Gateway
+- Service Discovery
+- Release Notes
- LTS version
-description: Apache APISIX community has rolled out a new LTS version, 2.13.0.
This version not only delivers more stable performance, but also supports more
observability and service discovery plugins, as well as a more robust
multilingual development system.
-tags: [Release]
+description: Apache APISIX 2.13.0 LTS version is released. This version not
only has more stable performance, but also supports more observability and
service discovery plugins.
+tags: [Community]
---
> Apache APISIX community has rolled out a new LTS version, 2.13.0. This
> version not only delivers more stable performance, but also supports more
> observability and service discovery plugins, as well as a more robust
> multilingual development system.
diff --git a/blog/en/blog/2022/04/12/apisix-summit-asia-2022.md
b/blog/en/blog/2022/04/12/apisix-summit-asia-2022.md
index dd6fd036c4c..327f42844ee 100644
--- a/blog/en/blog/2022/04/12/apisix-summit-asia-2022.md
+++ b/blog/en/blog/2022/04/12/apisix-summit-asia-2022.md
@@ -2,6 +2,8 @@
title: "Apache APISIX Summit ASIA 2022 is coming"
keywords:
- Apache APISIX
+- API Gateway
+- Open Source
description: The Apache APISIX community will organize the Apache APISIX
Summit ASIA 2022 on May 20-21, 2022 via "Live Streaming".
tags: [Community]
---
diff --git a/blog/en/blog/2022/07/04/apisix-integrates-with-hydra.md
b/blog/en/blog/2022/07/04/apisix-integrates-with-hydra.md
index 5cee893eac2..f5d3f5fc6f6 100644
--- a/blog/en/blog/2022/07/04/apisix-integrates-with-hydra.md
+++ b/blog/en/blog/2022/07/04/apisix-integrates-with-hydra.md
@@ -17,7 +17,7 @@ keywords:
- OpenID Connect
- OIDC
description: This article describes the API gateway Apache APISIX for
centralized authentication via the OpenID Connect plugin Hydra integration.
-tags: [Authentication]
+tags: [Authentication, Plugins]
---
> This article describes how Apache APISIX integrates with Ory Hydra to
> implement centralized authentication.
diff --git a/blog/en/blog/2022/07/05/use-dataant-to-monitor-apisix.md
b/blog/en/blog/2022/07/05/use-dataant-to-monitor-apisix.md
index f2789a34c42..a519074df03 100644
--- a/blog/en/blog/2022/07/05/use-dataant-to-monitor-apisix.md
+++ b/blog/en/blog/2022/07/05/use-dataant-to-monitor-apisix.md
@@ -10,7 +10,7 @@ keywords:
- API Gateway
- DataAnt
description: This article mainly introduces how to upload the API Gateway
Apache APISIX indicator data to the DataAnt monitoring system through the
DataAnt Agent.
-tags: [Authentication]
+tags: [Ecosystem]
---
> This article mainly introduces how to upload the APISIX indicator data to
> the DATA ANT monitoring system through the DataAnt Agent.
diff --git
a/blog/en/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
b/blog/en/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
index 29b1fd5ace7..98475ffb96a 100644
--- a/blog/en/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
+++ b/blog/en/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
@@ -15,8 +15,8 @@ keywords:
- Authentication
- OpenID Connect
- Keycloak
-description: This article describes how API Gateway integrates with Keycloak
(OpenID Connect Provider) to secure your APIs.
-tags: [Authentication]
+description: This article describes how to secure your API with API Gateway
Apache APISIX and Keycloak, and introduces OpenID Connect related concepts and
interaction flow.
+tags: [Authentication, Plugins]
---
> This article describes how Apache APISIX integrates with Keycloak (OpenID
> Connect Provider) to secure your APIs.
diff --git a/blog/en/blog/2022/07/07/weekly-report-0630.md
b/blog/en/blog/2022/07/07/weekly-report-0630.md
index fa4fb042d16..0c94803abdd 100644
--- a/blog/en/blog/2022/07/07/weekly-report-0630.md
+++ b/blog/en/blog/2022/07/07/weekly-report-0630.md
@@ -6,7 +6,7 @@ keywords:
- 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]
+tags: [Community]
---
> From Jun 16th to Jun 30th, 29 contributors submitted 98 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!
diff --git a/blog/en/blog/2022/07/21/weekly-report-0715.md
b/blog/en/blog/2022/07/21/weekly-report-0715.md
index 94a52aac0ef..e0135092a8c 100644
--- a/blog/en/blog/2022/07/21/weekly-report-0715.md
+++ b/blog/en/blog/2022/07/21/weekly-report-0715.md
@@ -5,8 +5,8 @@ keywords:
- 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]
+description: The cloud native API gateway Apache APISIX has added functions
such as supporting custom plugin priorities and checking plugin_metadata in
configuration files in the past two weeks.
+tags: [Community]
---
> From Jul 1st to Jul 15th, 28 contributors submitted 99 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!
diff --git a/blog/en/blog/2022/07/22/how-is-google-cloud-tau-t2a-performing.md
b/blog/en/blog/2022/07/22/how-is-google-cloud-tau-t2a-performing.md
index b9d766658f5..aecf2ce7260 100644
--- a/blog/en/blog/2022/07/22/how-is-google-cloud-tau-t2a-performing.md
+++ b/blog/en/blog/2022/07/22/how-is-google-cloud-tau-t2a-performing.md
@@ -12,7 +12,7 @@ keywords:
- Google Cloud T2A
- ARM64
description: This article mainly uses the cloud native API gateway Apache
APISIX to compare the performance of Google Cloud T2A and Google Cloud T2D.
-tags: [Technology]
+tags: [Ecosystem]
---
> This article mainly uses Apache APISIX to compare the performance of Google
> Cloud T2A and Google Cloud T2D.
diff --git a/blog/zh/blog/2022/03/01/apisix-integration-public-api-plugin.md
b/blog/zh/blog/2022/03/01/apisix-integration-public-api-plugin.md
index e426bcc5e65..c9f4050eba4 100644
--- a/blog/zh/blog/2022/03/01/apisix-integration-public-api-plugin.md
+++ b/blog/zh/blog/2022/03/01/apisix-integration-public-api-plugin.md
@@ -11,11 +11,11 @@ authors:
image_url: "https://avatars.githubusercontent.com/u/97138894?v=4"
keywords:
- Apache APISIX
-- API Gateway
+- API 网关
- Security
-- Ecosystem
-description: 本文为您介绍了 API 网关 Apache APISIX `public-api` 插件的原理及使用方法。
-tags: [Technology,Ecosystem]
+- 插件
+description: 你可以通过 API 网关 Apache APISIX 的 public-api 插件保护 APISIX 插件中的自定义
API,本文着重介绍了 `public-api` 插件两种使用方法和一种场景示例。
+tags: [Plugins, Ecosystem]
---
> 本文为您介绍了 API 网关 Apache APISIX `public-api` 插件的原理及使用方法。
diff --git a/blog/zh/blog/2022/03/02/apisix-integration-graphql-plugin.md
b/blog/zh/blog/2022/03/02/apisix-integration-graphql.md
similarity index 98%
rename from blog/zh/blog/2022/03/02/apisix-integration-graphql-plugin.md
rename to blog/zh/blog/2022/03/02/apisix-integration-graphql.md
index 7ec1b411131..bba17fde72a 100644
--- a/blog/zh/blog/2022/03/02/apisix-integration-graphql-plugin.md
+++ b/blog/zh/blog/2022/03/02/apisix-integration-graphql.md
@@ -11,11 +11,11 @@ authors:
image_url: "https://avatars.githubusercontent.com/u/97138894?v=4"
keywords:
- Apache APISIX
-- API Gateway
+- API 网关
- GraphQL
- Ecosystem
-description: 本文介绍了 Apache APISIX 和 GraphQL 的特性,以及如何使用云原生 API 网关 Apache APISIX
代理 GraphQL 请求,并提出解决实际场景痛点的方案。
-tags: [Technology,Ecosystem]
+description: 本文介绍了云原生 API 网关 Apache APISIX 和 GraphQL 的特性,以及如何使用 Apache APISIX
代理 GraphQL 请求,并提出解决实际场景痛点的方案。
+tags: [Ecosystem]
---
> 本文介绍了 Apache APISIX 和 GraphQL 的特性,以及如何使用 API 网关 Apache APISIX 代理 GraphQL
> 请求,并提出解决实际场景痛点的方案。
diff --git a/blog/zh/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
b/blog/zh/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
index 6f5304b4c9f..b44a2a75163 100644
--- a/blog/zh/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
+++ b/blog/zh/blog/2022/03/02/zhongan-usercase-with-apache-apisix.md
@@ -5,11 +5,12 @@ authorURL: "https://github.com/SylviaBABY"
authorImageURL: "https://avatars.githubusercontent.com/u/39793568?v=4"
keywords:
- API 网关
-- 互联网保险
+- Apache APISIX
- 众安保险
+- 互联网保险
- Apache APISIX
-description: 本文将通过介绍众安保险的一些业务场景与实践案例,为大家带来关于互联网保险场景下的网关选型与落地操作。
-tags: [User Case]
+description: 本文将通过介绍云原生 API 网关 Apache APISIX
在众安保险的一些使用场景与实践案例,为大家带来关于互联网保险场景下的网关选型与落地操作。
+tags: [Case Studies]
---
> 本文内容整理自 Apache APISIX Weekly Meeting 中众安保险和科技基础架构负责人徐敏带来的相关分享。
diff --git a/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
b/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
index 65150b503f1..772b1eafe29 100644
--- a/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
+++ b/blog/zh/blog/2022/03/03/develop-apisix-with-gitpod.md
@@ -11,12 +11,12 @@ authors:
image_url: "https://avatars.githubusercontent.com/u/39793568?v=4"
keywords:
- Apache APISIX
-- API Gateway
+- API 网关
- Gitpod
- IDE
- Develop
description: 本文介绍了开源的云原生 API 网关 Apache APISIX 和云 IDE 产品 Gitpod,并为大家演示如何使用
Gitpod 对 API 网关 Apache APISIX 进行开发及常见问题的解决方案。
-tags: [Technology]
+tags: [Ecosystem]
---
> 本文介绍了开源的云原生 API 网关 Apache APISIX 和云 IDE 产品 Gitpod,并为大家演示了如何使用 Gitpod 对 API
> 网关 Apache APISIX 进行开发及常见问题的解决方案。
diff --git a/blog/zh/blog/2022/03/03/weekly-report-0228.md
b/blog/zh/blog/2022/03/03/weekly-report-0228.md
index 958c54e4e66..f81b1677eb4 100644
--- a/blog/zh/blog/2022/03/03/weekly-report-0228.md
+++ b/blog/zh/blog/2022/03/03/weekly-report-0228.md
@@ -5,8 +5,8 @@ keywords:
- API 网关
- 社区周报
- 贡献者
-description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX
社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
-tags: [Events]
+description: 云原生 API 网关 Apache APISIX 近两周新增了 mocking 插件,支持将 access log 推送到
ClickHouse,添加 Kubernetes 作为服务发现等功能。
+tags: [Community]
---
> 从 2.15 到 2.28, 有 43 位开发者为 Apache APISIX 提交了 101 个 commits。感谢这些小伙伴为 Apache
> APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
diff --git
a/blog/zh/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
b/blog/zh/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
index ddc4891f8c6..7d4abd88829 100644
--- a/blog/zh/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
+++ b/blog/zh/blog/2022/03/04/apigateway-clickhouse-makes-logging-easier.md
@@ -15,8 +15,8 @@ keywords:
- ClickHouse
- 日志
- Ecosystem
-description: 本文讲述了社区贡献者祁振东为 Apache APISIX 贡献 `clickhouse-logger`
的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
-tags: [Technology,Logging,Ecosystem]
+description: 本文讲述了社区贡献者祁振东为云原生 API 网关 Apache APISIX 贡献 `clickhouse-logger`
的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
+tags: [Ecosystem]
---
> 本文作者祁振东,来自中国移动云能力中心。从事分布式对象存储软件开发工作,参与移动云多个资源池的建设工作,在对象存储领域有丰富的实战经验。本文讲述了社区贡献者祁振东为
> Apache APISIX 贡献 `clickhouse-logger` 的历程,以及如何使用该插件简化业务架构,提升全链路日志效率。
diff --git
a/blog/zh/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
b/blog/zh/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
index 7be5d01d68c..2d0fc8794d6 100644
--- a/blog/zh/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
+++ b/blog/zh/blog/2022/03/04/apisix-uses-coredns-enable-service-discovery.md
@@ -11,13 +11,13 @@ authors:
image_url: "https://avatars.githubusercontent.com/u/97138894?v=4"
keywords:
- Apache APISIX
-- API Gateway
+- API 网关
- CoreDNS
- 服务发现
- 服务注册
- Ecosystem
-description: Apache APISIX 是一个动态、实时、高性能的云原生 API
网关,提供了负载均衡、动态上游、灰度发布、服务熔断、身份认证、可观测性等丰富的流量管理功能。作为云原生 API 网关,Apache APISIX
也集成了多种服务发现的能力,本文将为您展示在 Apache APISIX 中如何配置 CoreDNS。
-tags: [Technology,Ecosystem,Service Discovery]
+description: 云原生 API 网关 Apache APISIX 集成了多种服务发现的能力,本文将为您展示如何在 APISIX 中配置
CoreDNS 并且为你介绍了服务发现的模式以及使用 CoreDNS 的优势。
+tags: [Ecosystem]
---
> Apache APISIX 是一个动态、实时、高性能的云原生 API
> 网关,提供了负载均衡、动态上游、灰度发布、服务熔断、身份认证、可观测性等丰富的流量管理功能。作为云原生 API 网关,Apache APISIX
> 也集成了多种服务发现的能力,本文将为您展示在 Apache APISIX 中如何配置 CoreDNS。
diff --git
a/blog/zh/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
b/blog/zh/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
index 08413c1c912..0a6db232297 100644
--- a/blog/zh/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
+++ b/blog/zh/blog/2022/03/05/apisix-integration-eureka-service-discovery.md
@@ -11,12 +11,12 @@ authors:
image_url: "https://avatars.githubusercontent.com/u/97138894?v=4"
keywords:
- Apache APISIX
-- API Gateway
+- API 网关
- Eureka
- 服务发现
- 服务注册
-description: 本文介绍了如何在 API 网关 Apache APISIX 中启用 Eureka
作为服务发现以及如何使用诊断工具快速发现链路中出现的问题。
-tags: [Technology,Ecosystem,Service Discovery]
+description: 本文介绍了如何在云原生 API 网关 Apache APISIX 中启用 Eureka
作为服务发现,并且介绍了如何使用诊断工具快速发现链路中出现的问题。
+tags: [Ecosystem]
---
> 本文介绍了如何在 API 网关 Apache APISIX 中启用 Eureka 作为服务发现以及如何使用诊断工具发现链路中出现的问题。
diff --git a/blog/zh/blog/2022/03/24/weekly-report-0314.md
b/blog/zh/blog/2022/03/24/weekly-report-0314.md
index cb638cc580b..329e8c58cb5 100644
--- a/blog/zh/blog/2022/03/24/weekly-report-0314.md
+++ b/blog/zh/blog/2022/03/24/weekly-report-0314.md
@@ -5,8 +5,8 @@ keywords:
- API 网关
- 社区周报
- 贡献者
-description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX
社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
-tags: [Events]
+description: API 网关 Apache APISIX 社区近两周新增了 authz-keycloak 插件支持重定向非授权用户、csrf
插件支持检查令牌是否过期、proxy-mirror 插件支持设置超时时间等功能。
+tags: [Community]
---
> 从 3.1 到 3.14, 有 44 位开发者为 Apache APISIX 提交了 131 个 commits。感谢这些小伙伴为 Apache
> APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
diff --git a/blog/zh/blog/2022/03/28/release-apache-apisix-2.13.md
b/blog/zh/blog/2022/03/28/release-apache-apisix-2.13.md
index f907ff50bfd..ce6a25a30b0 100644
--- a/blog/zh/blog/2022/03/28/release-apache-apisix-2.13.md
+++ b/blog/zh/blog/2022/03/28/release-apache-apisix-2.13.md
@@ -11,15 +11,16 @@ authors:
image_url: "https://github.com/yzeng25.png"
keywords:
- Apache APISIX
-- 2.13.0
-- 版本发布
- API 网关
+- 服务发现
+- 可观测性
+- 版本发布
- LTS version
-description: 全新的 LTS 版本—— Apache APISIX 2.13.0 正式发布。该 LTS
版本不仅性能更加稳定,而且支持了更多的可观测性、服务发现插件和更完善的多语言开发体系。
-tags: [Release]
+description: 全新的 LTS 版本 Apache APISIX 2.13.0 正式发布。该 LTS
版本不仅性能更加稳定,而且支持了更多的可观测性、服务发现插件和更完善的多语言开发体系。
+tags: [Community]
---
-> 全新的 LTS 版本—— Apache APISIX 2.13.0 正式发布。该 LTS
版本不仅性能更加稳定,而且支持了更多的可观测性、服务发现插件和更完善的多语言开发体系。
+> 全新的 LTS 版本 Apache APISIX 2.13.0 正式发布。该 LTS
版本不仅性能更加稳定,而且支持了更多的可观测性、服务发现插件和更完善的多语言开发体系。
<!--truncate-->
diff --git a/blog/zh/blog/2022/04/12/apisix-summit-asia-2022.md
b/blog/zh/blog/2022/04/12/apisix-summit-asia-2022.md
index 3f7142f5d7b..c596dc6ca2a 100644
--- a/blog/zh/blog/2022/04/12/apisix-summit-asia-2022.md
+++ b/blog/zh/blog/2022/04/12/apisix-summit-asia-2022.md
@@ -3,6 +3,7 @@ title: "Apache APISIX Summit ASIA 2022 重磅来袭"
keywords:
- Apache APISIX
- API 网关
+- 开源网关
description: 云原生 API 网关 Apache APISIX 社区将于 2022 年 5 月 20-21 日通过「线上直播」的方式举办
Apache APISIX Summit ASIA 2022。
tags: [Community]
---
diff --git a/blog/zh/blog/2022/04/20/cve-2022-29266.md
b/blog/zh/blog/2022/04/20/cve-2022-29266.md
index 364aec5897d..128b6f56e57 100644
--- a/blog/zh/blog/2022/04/20/cve-2022-29266.md
+++ b/blog/zh/blog/2022/04/20/cve-2022-29266.md
@@ -1,6 +1,7 @@
---
title: "APISIX jwt-auth 插件存在错误响应中泄露信息的风险公告(CVE-2022-29266)"
keywords:
+- API 网关
- 风险公告
- jwt-auth
- 错误响应
diff --git a/blog/zh/blog/2022/07/04/apisix-integrates-with-hydra.md
b/blog/zh/blog/2022/07/04/apisix-integrates-with-hydra.md
index ede7f6a8a89..66cae2baa7f 100644
--- a/blog/zh/blog/2022/07/04/apisix-integrates-with-hydra.md
+++ b/blog/zh/blog/2022/07/04/apisix-integrates-with-hydra.md
@@ -16,8 +16,8 @@ keywords:
- Hydra
- OpenID Connect
- OIDC
-description: 本文介绍了 API 网关 Apache APISIX 通过 OpenID Connect 插件 与 Ory Hydra
集成实现集中式身份认证。
-tags: [Authentication]
+description: 本文介绍了 API 网关 Apache APISIX 通过 OpenID Connect 插件与 Ory Hydra
集成实现集中式身份认证,并且介绍了关于 Ory Hydra 的应用场景及 OpenID 相关知识。
+tags: [Authentication, Plugins]
---
> 本文介绍了 Apache APISIX 如何与 Ory Hydra 集成实现集中式身份认证。
diff --git a/blog/zh/blog/2022/07/05/use-dataant-to-monitor-apisix.md
b/blog/zh/blog/2022/07/05/use-dataant-to-monitor-apisix.md
index e60e1bb4d96..f01c558fb53 100644
--- a/blog/zh/blog/2022/07/05/use-dataant-to-monitor-apisix.md
+++ b/blog/zh/blog/2022/07/05/use-dataant-to-monitor-apisix.md
@@ -8,9 +8,11 @@ authors:
keywords:
- Apache APISIX
- API 网关
+- 可观测性
+- 监控
- DataAnt
-description: 本文主要介绍如何通过 DataAnt Agent 将 API Gateway Apache APISIX 的指标数据上传到
DataAnt 监控系统。
-tags: [Authentication]
+description: 本文主要介绍了如何通过 DataAnt Agent 将云原生 API Gateway Apache APISIX 的指标数据上传到
DataAnt 监控系统,实现对 Apache APISIX 进行监控。
+tags: [Ecosystem]
---
> 本文主要介绍如何通过 DataAnt Agent 将 API Gateway Apache APISIX 的指标数据上传到 DATAANT 监控系统。
diff --git
a/blog/zh/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
b/blog/zh/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
index 8d983bc7d56..31cd1ec0e54 100644
--- a/blog/zh/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
+++ b/blog/zh/blog/2022/07/06/use-keycloak-with-api-gateway-to-secure-apis.md
@@ -11,12 +11,12 @@ authors:
image_url: "https://github.com/juzhiyuan.png"
keywords:
- Apache APISIX
- - API Gateway
+ - API 网关
- Authentication
- OpenID Connect
- Keycloak
-description: 本篇文章将一步一步引导你如何使用 API 网关与 Keycloak 保护你的 API。
-tags: [Authentication]
+description: 本篇文章将一步一步引导你如何使用 API 网关 Apache APISIX 与 Keycloak 保护你的 API,并且介绍了
OpenID Connect 相关概念以及交互流程和相关术语。
+tags: [Authentication, Plugins]
---
> 本篇文章将一步一步引导你如何使用 API 网关与 Keycloak 保护你的 API。
diff --git a/blog/zh/blog/2022/07/07/weekly-report-0630.md
b/blog/zh/blog/2022/07/07/weekly-report-0630.md
index 678e245396b..45825d305e3 100644
--- a/blog/zh/blog/2022/07/07/weekly-report-0630.md
+++ b/blog/zh/blog/2022/07/07/weekly-report-0630.md
@@ -5,8 +5,8 @@ keywords:
- API 网关
- 社区周报
- 贡献者
-description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX
社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
-tags: [Events]
+description: 云原生 API 网关 Apache APISIX 近两周新增了支持用户自定义插件优先级、检查配置文件中的
plugin_metadata、`kafka` 插件新增相关参数支持等功能。
+tags: [Community]
---
> 从 6.16 - 6.30,有 29 位开发者为 Apache APISIX 提交了 98 个 commits。感谢这些小伙伴为 Apache
> APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!
diff --git a/blog/zh/blog/2022/07/21/weekly-report-0715.md
b/blog/zh/blog/2022/07/21/weekly-report-0715.md
index bb3cd13e052..26d9bfd287c 100644
--- a/blog/zh/blog/2022/07/21/weekly-report-0715.md
+++ b/blog/zh/blog/2022/07/21/weekly-report-0715.md
@@ -5,8 +5,8 @@ keywords:
- API 网关
- 社区周报
- 贡献者
-description: “独行者速,众行者远”。Apache APISIX 社区周报希望可以帮助社区小伙伴们更好地掌握 Apache APISIX
社区的每周进展,方便大家参与到 Apache APISIX 社区中来。
-tags: [Events]
+description: 云原生 API 网关 Apache APISIX 近两周新增了 openid-connect 插件中支持 PKCE、Ingress
资源可以直接使用 APISIX 的插件等功能。
+tags: [Community]
---
> 从 7.1 - 7.15,有 28 位开发者为 Apache APISIX 提交了 99 个 commits。感谢这些小伙伴为 Apache
> APISIX 添砖加瓦,是你们的无私付出,让 Apache APISIX 项目变得更好!