From 778f0690139ad651bd3cca67f64fafc95aa9e352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Michaud?= Date: Sat, 7 Dec 2019 14:39:21 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e68b0c0d..ddfa50046 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Here is the list of the main available features: * Access restriction after too many authentication attempts. * Fine-grained access control per subdomain, user, resource and network. * Support of basic authentication for endpoints protected by single factor. -* Highly-available using distributed database and KV store. +* Highly available using a remote database and Redis as a highly available KV store. * Compatible with Kubernetes [ingress-nginx](https://github.com/kubernetes/ingress-nginx) controller out of the box. For more details about the features, follow [Features](./docs/features.md).