From f27d442882948f58b7417105b3acdb2e4e3c4055 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Mon, 9 Aug 2021 16:23:53 +0200 Subject: [PATCH] Update FAQ regarding Hashicorp Vault This clarifies that there is no built-in integration at the moment, but that you can use Vault with its standard Kubernetes integration. Signed-off-by: Bastian Hofmann --- content/rancher/v2.5/en/faq/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rancher/v2.5/en/faq/_index.md b/content/rancher/v2.5/en/faq/_index.md index 7cd76f88e5d..47366434f30 100644 --- a/content/rancher/v2.5/en/faq/_index.md +++ b/content/rancher/v2.5/en/faq/_index.md @@ -39,7 +39,7 @@ Furthermore, Istio is implemented in our micro-PaaS "Rio", which works on Ranche **Will Rancher v2.x support Hashicorp's Vault for storing secrets?** -Secrets management is on our roadmap but we haven't assigned it to a specific release yet. +There is no built-in integration of Rancher and Hashicorp's Vault. Rancher manages Kubernetes and integrates with secrets via the Kubernetes API. Thus in any downstream (managed) cluster, you can use a secret vault of your choice provided it integrates with Kubernetes, including [Vault](https://www.vaultproject.io/docs/platform/k8s).