add note about auto-unseal

This commit is contained in:
Clint Shryock 2018-12-03 16:06:17 -06:00
parent 0e61f4f581
commit b70470d917
No known key found for this signature in database
GPG key ID: B7C8F9C70EC5CD29

View file

@ -41,6 +41,14 @@ Please see the many options supported in the `values.yaml`
file. These are also fully documented directly on the file. These are also fully documented directly on the
[Vault website](https://www.vault.io/docs/platform/k8s/helm.html). [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 ## Testing
The Helm chart ships with both unit and acceptance tests. The Helm chart ships with both unit and acceptance tests.