Update phrasing (#16824)
Tiny changes to make sentences flow a bit nicer.
This commit is contained in:
parent
174594a45f
commit
96084c7cf4
|
@ -43,10 +43,10 @@ Vault loads the configured audit devices, auth methods, and secrets
|
|||
engines.
|
||||
|
||||
~> **Note:** The default Vault configuration uses a Shamir seal; however, Vault can be [auto
|
||||
unseal](/docs/concepts/seal#auto-unseal) by a trusted cloud key management
|
||||
unsealed](/docs/concepts/seal#auto-unseal) by a trusted cloud key management
|
||||
system (KMS) or hardware security module (HSM) to increase security.
|
||||
|
||||
The configuration of the audit devices, auth methods, and secrets engines are security sensitive that they are stored in Vault. Users with permissions can modify them and cannot be specified outside of the barrier. By storing them in Vault, changes are protected by the ACL system and tracked by audit logs.
|
||||
The configuration of the audit devices, auth methods, and secrets engines are security sensitive and are stored in Vault. Users with permissions can modify them and cannot be specified outside of the barrier. By storing them in Vault, changes are protected by the ACL system and tracked by audit logs.
|
||||
|
||||
Requests may be processed from the HTTP API to the core once Vault is unsealed.
|
||||
The core manages the flow of requests through the system,
|
||||
|
|
Loading…
Reference in New Issue