diff --git a/website/source/docs/secrets/index.html.md b/website/source/docs/secrets/index.html.md index a4bb484499..aefb0c6d73 100644 --- a/website/source/docs/secrets/index.html.md +++ b/website/source/docs/secrets/index.html.md @@ -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.