How to use Apache APISIX with imgproxy to reduce the storage cost of images in multiple resolutions.
-
Down the Rabbit Hole of an Apache APISIX Plugin
Let’s check the parameters of the _M.access(conf, ctx) function in an Apache APISIX plugin, especially the ctx one.
-
System Architecture: Move Authentication to the API Gateway
When exposing an application to the outside world, consider a Reverse-Proxy or an API Gateway to protect it from attacks.
-
Evaluating Apache APISIX vs. Spring Cloud Gateway
In this article, I’d like to share my understanding of Spring Cloud Gateway and how it compares to Apache APISIX.
-
Sticky sessions with Apache APISIX – the demo
Learn how to setup sticky sessions with Apache APISIX and replication involving the Spring ecosystem and Hazelcast.
-
Sticky sessions with Apache APISIX
Learn about sticky sessions, and that you should always use session replication with sticky sessions, and how to implement sticky sessions on Apache APISIX.
-
Managing Data Residency: The Demo
In this article, implement Data Residency within a simple architecture, thanks to Apache APISIX and Apache ShardingSphere.
-
Managing Data Residency: Concepts & Theory
Take a look at data residency and design a draft architecture to implement it. In the next article, we will delve into the technical details.
-
Authenticate with OpenID Connect and Apache APISIX
Externalizing your authentication process to a third party may be sensible, but you want to avoid binding your infrastructure to its proprietary process.
-
Make Your Security Policy Auditable
Learn how you can leverage OPA and Apache APISIX to move your authentication and authorization logic from the code to the infrastructure.
-
Securing Admin Access to Apache APISIX
API Gateways are critical components in one’s infrastructure. Here we list a couple of ways to secure your Apache APISIX admin access.