From b70470d917c13a9769536fd4c72bd4e421e71d54 Mon Sep 17 00:00:00 2001 From: Clint Shryock Date: Mon, 3 Dec 2018 16:06:17 -0600 Subject: [PATCH] add note about auto-unseal --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1339ae1..0142cc7 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,14 @@ Please see the many options supported in the `values.yaml` file. These are also fully documented directly on the [Vault website](https://www.vault.io/docs/platform/k8s/helm.html). +### Using auto-unseal + +Starting with Vault 1.0-beta, auto-unseal features are now included in the open source +version on Vault. In order to use these features, users must ensure that +the Vault configuration is provided with the appropriate credentials and authorizations +to access the APIs needed for the given key provider, as well as the necessary keys +created before hand. + ## Testing The Helm chart ships with both unit and acceptance tests.