No More Basic Auth : htpasswd with OAuth2 Proxy

In this blog post, we are going to see how we can enable authentication based on an htpasswd file using OAuth2 Proxy. Before that, let’s discuss the problems with htpasswd + Basic Authentication. The problem What is an htpasswd File? An htpasswd...

Apisix Without etcd in Docker Compose

This blog post for running apisix without ETCD. Why❓ By default, apisix depends on etcd for storing configuration. But most of the time your upstream services are fixed. Not changed often. Then do we really need etcd for configuration. Maintain...