Copilot commented on code in PR #2020: URL: https://github.com/apache/apisix-website/pull/2020#discussion_r3061390023
########## blog/en/blog/2021/08/25/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md: ########## @@ -1,5 +1,5 @@ --- -title: Centralized authentication using the OpenID Connect plugin for Apache APISIX +title: "Centralized Authentication with APISIX OpenID Connect" Review Comment: This post is Okta-specific (e.g., sections like "Configure Okta" / "Okta login"), but the updated title no longer mentions Okta. Consider including "Okta" in the title to match the article’s actual scope and the frontmatter keywords. ```suggestion title: "Centralized Authentication with APISIX OpenID Connect and Okta" ``` ########## blog/en/blog/2023/12/26/access-kafka-by-apisix.md: ########## @@ -9,7 +9,7 @@ keywords: - Kafka - Gateway - Strimzi -description: A few days ago, I added Apache APISIX as a proxy to an Apache Kafka cluster to manage authentication and authorization. Now, I created a custom authorization plugin in Go for the Kafka cluster. +description: Use APISIX as a proxy to a Kafka cluster with custom Go authorization plugins for authentication and access control. Review Comment: The updated frontmatter description says "authorization plugins" (plural), but the article intro states it's about developing a single authorization plugin. Consider changing this to singular to avoid a content mismatch in SEO snippets. ```suggestion description: Use APISIX as a proxy to a Kafka cluster with a custom Go authorization plugin for authentication and access control. ``` ########## blog/en/blog/2021/08/25/Using-the-Apache-APISIX-OpenID-Connect-Plugin-for-Centralized-Authentication.md: ########## @@ -16,7 +16,7 @@ keywords: - Apache APISIX - Okta - Authorization -description: Using the openid-connect plugin of the cloud-native API gateway Apache APISIX can quickly interface with the centralized authentication solution OKat. +description: Simplify API authentication by using the APISIX openid-connect plugin to centralize identity verification at the gateway level. Review Comment: The updated description no longer includes "Okta", but the article content is largely about configuring APISIX OpenID Connect with Okta (and "Okta" is a frontmatter keyword). Consider referencing Okta in the description so search snippets accurately reflect the content. ```suggestion description: Simplify API authentication with the APISIX openid-connect plugin and Okta to centralize identity verification at the gateway level. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
