CommunityBiweekly Report (Mar 27 - Apr 9)From 3.27 to 4.9, 24 contributors submitted 44 commits for Apache APISIX. Thank you for your contributions to Apache APISIX.
EcosystemUtilize APISIX in E-Commerce: User-friendly, Robust, and DelightfulLukasz Biegaj, System Architect of Unity Group, shares the changes that APISIX has brought to their company in the interview. "Simple to use, powerful, and enjoyable to use. For projects using the API...
CommunityBiweekly Report (Mar 13 - Mar 26)From 3.13 to 3.26, 25 contributors submitted 54 commits for Apache APISIX. Thank you for your contributions to Apache APISIX.
EcosystemmTLS everywhereSecurity in one's information system has always been among the most critical Non-Functional Requirements. Transport Secure Layer, aka TLS, formerly SSL, is among its many pillars. In this post, I'll show how to configure TLS for Apache APISIX.
CommunityBiweekly Report (Feb 27 - Mar 12)From 2.27 to 3.12, 29 contributors submitted 74 commits for Apache APISIX. Thank you for your contributions to Apache APISIX.
EcosystemgRPC on the client sideIn this post, we will briefly describe gRPC and how it benefits inter-service communication.
CommunityRelease Apache APISIX 3.2.0As the first LTS version since the 3.0 version, APISIX 3.2.0 is officially released! This release is a significant milestone for the 3.x era to replace the 2.x era.
EcosystemAuthenticate with OpenID Connect and Apache APISIXLots of companies are eager to provide their identity provider: Twitter, Facebook, Google, etc. For smaller businesses, not having to manage identities is a benefit. However, we want to avoid being lo...
EcosystemMake your security policy auditableLast week, I wrote about putting the right feature at the right place. I used rate limiting as an example, moving it from a library inside the application to the API Gateway. Today, I'll use another example: authentication and authorization.