Skip to content

Commit 2fe09ab

Browse files
authored
fix(seo): rewrite titles and descriptions for 30 high-value blog posts (#2020)
1 parent c140e77 commit 2fe09ab

30 files changed

+53
-61
lines changed

blog/en/blog/2021/06/10/Apache-APISIX-and-Envoy-performance-comparison.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Apache APISIX v.s Envoy: Which Has the Better Performance?"
2+
title: "APISIX vs Envoy: Performance Benchmark Comparison"
33
slug: 2021/06/10/apache-apisix-and-envoy-performance-comparison
44
author: "Yuansheng Wang"
55
authorURL: "https://github.com/membphis"
@@ -11,7 +11,7 @@ keywords:
1111
- Service Mesh
1212
- API Gateway
1313
- Performance
14-
description: The performance of the cloud native API gateway Apache APISIX is stronger than that of Envoy when multiple workers are enabled.
14+
description: Benchmark comparison of APISIX vs Envoy on response latency and QPS, showing APISIX advantages with multiple worker processes.
1515
tags: [Ecosystem]
1616
---
1717

blog/en/blog/2021/06/17/Apache-APISIX-Dashboard-Access-Control-Bypass-Vulnerability-Announcement.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: APISIX Dashboard Access Control Bypass Vulnerability Advisory (CVE-2021-33190)
2+
title: "CVE-2021-33190: APISIX Dashboard Access Bypass"
33
slug: 2021/06/17/apache-apisix-dashboard-access-control-bypass-vulnerability-announcement
44
author: Zhiyuan Ju
55
authorURL: "https://github.com/juzhiyuan"
@@ -8,7 +8,7 @@ keywords:
88
- APISIX
99
- Apache APISIX
1010
- Ingress Controller
11-
description: Cloud native API gateway Apache APISIX Dashboard Access Control bypass vulnerability announcement, please upgrade the version as soon as possible to fix this vulnerability.
11+
description: Security advisory for CVE-2021-33190 — APISIX Dashboard access control bypass via X-Forwarded-For header tampering. Upgrade immediately.
1212
tags: [Vulnerabilities]
1313
image: https://static.apiseven.com/2022/blog/0818/cve/CVE-2021-33190.png
1414
---

blog/en/blog/2021/06/21/use-Java-to-write-Apache-APISIX-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- Apache APISIX
1010
- Java
1111
- plugin
12-
description: The cloud native API Gateway Apache APISIX already supports Java to write plugins. Users can not only write plugins in Java language, but also integrate into the Spring Cloud ecosystem.
12+
description: Write APISIX plugins in Java and integrate with Spring Cloud. Includes setup steps and plugin runner architecture.
1313
tags: [Ecosystem]
1414
---
1515

blog/en/blog/2021/08/06/using-apache-apisix-to-improve-the-observability-of-nginx.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to Improve the Observability of Nginx with Apache APISX
2+
title: Improve Nginx Observability with APISIX
33
author: Wei Jin
44
authorURL: "https://github.com/gxthrj"
55
authorImageURL: "https://avatars.githubusercontent.com/u/4413028?v=4"
@@ -9,7 +9,7 @@ keywords:
99
- Apache APISIX
1010
- Nginx
1111
- observability
12-
description: This article will introduce NGINX observability, the relationship between Apache APISIX and Nginx, APISIX observability, and further improving observability with Apache SkyWalking.
12+
description: Learn how APISIX enhances Nginx observability with built-in metrics, logging, and tracing via Apache SkyWalking integration.
1313
tags: [Ecosystem]
1414
---
1515

blog/en/blog/2021/08/16/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Using the Apache APISIX OpenID Connect Plugin for Okta Centralized Authentication"
2+
title: "APISIX OpenID Connect Plugin with Okta Authentication"
33
slug: 2021/08/16/using-the-apache-apisix-openid-connect-plugin-for-centralized-authentication
44
author: "Peter Zhu"
55
authorURL: "https://github.com/starsz"
@@ -10,7 +10,7 @@ keywords:
1010
- Apache APISIX
1111
- Okta
1212
- Centralized Authentication
13-
description: Using the openid-connect plugin of the cloud-native API gateway Apache APISIX can quickly interface with the centralized authentication solution OKat.
13+
description: Step-by-step guide to configure the APISIX openid-connect plugin with Okta for centralized API authentication and SSO.
1414
tags: [Authentication, Plugins, Ecosystem]
1515
image: https://static.apiseven.com/2022/blog/0818/plugins/okta.png
1616
---

blog/en/blog/2021/08/25/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Centralized authentication using the OpenID Connect plugin for Apache APISIX
2+
title: "Centralized Authentication with APISIX OpenID Connect"
33
slug: 2021/08/25/using-the-apache-apisix-openid-connect-plugin-for-centralized-authentication
44
authors:
55
- name: "Xinxin Zhu"
@@ -16,7 +16,7 @@ keywords:
1616
- Apache APISIX
1717
- Okta
1818
- Authorization
19-
description: Using the openid-connect plugin of the cloud-native API gateway Apache APISIX can quickly interface with the centralized authentication solution OKat.
19+
description: Simplify API authentication by using the APISIX openid-connect plugin to centralize identity verification at the gateway level.
2020
tags: [Authentication, Plugins, Ecosystem]
2121
image: https://static.apiseven.com/2022/blog/0818/plugins/openid%20connect.png
2222
---

blog/en/blog/2021/10/09/apisix-ingress-techblog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Get started with Apache APISIX Ingress from concept to practice
2+
title: "APISIX Ingress Controller: Concepts and Practice"
33
author: Jintao Zhang
44
authorURL: "https://github.com/tao12345666333"
55
authorImageURL: "https://avatars.githubusercontent.com/u/3264292?v=4"
@@ -9,7 +9,7 @@ keywords:
99
- Ingress
1010
- API Gateway
1111
- Kubernetes
12-
description: This article introduces the definition of API gateway Apache APISIX Ingress and its differences and advantages with K8s Ingress NGINX.
12+
description: Learn what APISIX Ingress Controller is, how it differs from Kubernetes Ingress NGINX, and its key advantages for API management.
1313
tags: [Ecosystem, Community]
1414
---
1515

blog/en/blog/2021/11/17/dapr-with-apisix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to integrate with Dapr to build Apache APISIX Gateway Controller"
2+
title: "Integrate Dapr with APISIX Ingress Controller"
33
author: "Shanyou Zhang"
44
authorURL: "https://github.com/geffzhang"
55
authorImageURL: "https://avatars.githubusercontent.com/u/439390?v=4"
@@ -9,7 +9,7 @@ keywords:
99
- Kubernetes
1010
- API Gateway
1111
- Sidecar
12-
description: This article introduces the concepts of Dapr and Apache APISIX Ingress Controller, and shows how to integrate Dapr to create an Apache APISIX controller.
12+
description: Learn how to integrate Dapr sidecars with APISIX Ingress Controller on Kubernetes for microservice communication and API management.
1313
tags: [Ecosystem]
1414
image: https://static.apiseven.com/2022/blog/0818/ecosystem/dapr.png
1515
---

blog/en/blog/2021/12/10/integrate-keycloak-auth-in-apisix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "API Gateway APISIX Integrates Keycloak for Authentication"
2+
title: "APISIX Keycloak Integration: OpenID Connect Auth"
33
authors:
44
- name: "Xinxin Zhu"
55
title: "Author"
@@ -15,7 +15,7 @@ keywords:
1515
- Keycloak
1616
- Authentication
1717
- Integration
18-
description: This article shows you how to use OpenID-Connect protocol and Keycloak for identity authentication in API Gateway Apache APISIX through detailed steps.
18+
description: Step-by-step guide to configure Keycloak authentication in APISIX using the OpenID-Connect protocol for centralized identity management.
1919
tags: [Plugins,Authentication]
2020
image: https://static.apiseven.com/2022/blog/0818/plugins/keycloak.png
2121
---

blog/en/blog/2021/12/24/apisix-integrate-openwhisk-plugin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Coming soon! Apache APISIX Integrate with Apache OpenWhisk"
2+
title: "APISIX OpenWhisk Plugin: Serverless Integration"
33
authors:
44
- name: "Zeping Bai"
55
title: "Author"
@@ -15,7 +15,7 @@ keywords:
1515
- Apache OpenWhisk
1616
- Serverless
1717
- Plugin
18-
description: The `openwhisk` plugin is combined with the API Gateway Apache APISIX authentication plugin to achieve authentication and authorization functions.
18+
description: Learn how the APISIX openwhisk plugin integrates serverless functions with API gateway authentication and authorization.
1919
tags: [Plugins,Ecosystem]
2020
image: https://static.apiseven.com/2022/blog/0818/plugins/openwhish.png
2121
---

0 commit comments

Comments
 (0)