Update index.html.md (#7580)

"before storage data at rest" seems like it was intended to read either "before storing data at rest" or "before storage of data at rest".
This commit is contained in:
Aric 2019-10-07 09:53:17 -06:00 committed by Chris Hoffman
parent 66a3218331
commit a2b70c7bc7

View file

@ -33,7 +33,7 @@ Vault can become a highly available service in Kubernetes.
**Encryption as a Service:** Applications using the Vault service running in Kubernetes
can leverage the [Transit secret engine](/docs/secrets/transit)
as "encryption as a service". This allows applications to offload encryption needs
to Vault before storage data at rest.
to Vault before storing data at rest.
**Audit Logs for Vault:** Operators can choose to attach a persistent volume
to the Vault cluster which can be used to [store audit logs](/docs/audit).