Add missing word "database" in docs (#13571)
* Update README.md Add missing word database * Update what-is-vault.mdx Add missing "database" keyword. * Update README.md * Update what-is-vault.mdx * Update website/content/docs/what-is-vault.mdx * Update website/content/docs/what-is-vault.mdx Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by: Loann Le <84412881+taoism4504@users.noreply.github.com>
This commit is contained in:
parent
1cc5e8d44d
commit
e3426c238f
|
@ -36,7 +36,7 @@ The key features of Vault are:
|
|||
|
||||
* **Data Encryption**: Vault can encrypt and decrypt data without storing
|
||||
it. This allows security teams to define encryption parameters and
|
||||
developers to store encrypted data in a location such as SQL without
|
||||
developers to store encrypted data in a location such as a SQL database without
|
||||
having to design their own encryption methods.
|
||||
|
||||
* **Leasing and Renewal**: All secrets in Vault have a _lease_ associated
|
||||
|
|
|
@ -49,8 +49,8 @@ The key features of Vault are:
|
|||
|
||||
- **Data Encryption**: Vault can encrypt and decrypt data without storing
|
||||
it. This allows security teams to define encryption parameters and
|
||||
developers to store encrypted data in a location such as SQL without
|
||||
having to design their own encryption methods.
|
||||
developers to store encrypted data in a location such as a SQL database
|
||||
without having to design their own encryption methods.
|
||||
|
||||
- **Leasing and Renewal**: All secrets in Vault have a _lease_ associated
|
||||
with them. At the end of the lease, Vault will automatically revoke that
|
||||
|
|
Loading…
Reference in New Issue