mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
parent
a898bd272d
commit
063f3d575e
1 changed files with 1 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue