mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-31 18:48:08 +00:00
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:
@@ -36,7 +36,7 @@ The key features of Vault are:
|
|||||||
|
|
||||||
* **Data Encryption**: Vault can encrypt and decrypt data without storing
|
* **Data Encryption**: Vault can encrypt and decrypt data without storing
|
||||||
it. This allows security teams to define encryption parameters and
|
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.
|
having to design their own encryption methods.
|
||||||
|
|
||||||
* **Leasing and Renewal**: All secrets in Vault have a _lease_ associated
|
* **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
|
- **Data Encryption**: Vault can encrypt and decrypt data without storing
|
||||||
it. This allows security teams to define encryption parameters and
|
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
|
||||||
having to design their own encryption methods.
|
without having to design their own encryption methods.
|
||||||
|
|
||||||
- **Leasing and Renewal**: All secrets in Vault have a _lease_ associated
|
- **Leasing and Renewal**: All secrets in Vault have a _lease_ associated
|
||||||
with them. At the end of the lease, Vault will automatically revoke that
|
with them. At the end of the lease, Vault will automatically revoke that
|
||||||
|
|||||||
Reference in New Issue
Block a user