Update secrets page

Fixes #3623
This commit is contained in:
Jeff Mitchell 2017-12-04 12:05:34 -05:00 committed by GitHub
parent a898bd272d
commit 063f3d575e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ Some secret backends, such as "kv", simply store and read
secrets verbatim. Other secret backends, such as "aws", create _dynamic
secrets_: secrets that are made on demand.
Secret backends are part of the
[mount system](#)
Secret backends are part of the mount system
in Vault. They behave very similarly to a virtual filesystem:
any read/write/delete is sent to the secret backend, and the secret
backend can choose to react to that operation however it sees fit.