Skip to content

Commit

Permalink
Update secrets page
Browse files Browse the repository at this point in the history
Fixes #3623
  • Loading branch information
jefferai authored Dec 4, 2017
1 parent a898bd2 commit 063f3d5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/source/docs/secrets/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 063f3d5

Please sign in to comment.