Update phrasing (#16824)

Tiny changes to make sentences flow a bit nicer.
This commit is contained in:
Nate Armstrong 2022-08-22 16:19:53 -07:00 committed by GitHub
parent 174594a45f
commit 96084c7cf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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,