Unverified Commit b460a613 authored by hc-github-team-secure-vault-core's avatar hc-github-team-secure-vault-core Committed by GitHub
Browse files

Backport of Add missing word "database" in docs into stable-website (#13596)


* backport of commit 3e64bcaf8371487c1cd32f2a9fa49ed0c5a065d1

* backport of commit 9b97cb7e877d8682d611d8c3fdd71f2da8e664f3

* backport of commit 2cb8b77a479af9fd89e6779dac76e1b09216eccb

* backport of commit dc66009a89c5f7256ffd66386561c0b5fb7c3c24

* backport of commit e00c4b0c9be086d2f281f782256783f0ce57fa0f

* backport of commit 7576a43d9c7b417ce8f41fc1ae498dc7cc7b57eb
Co-authored-by: default avatartvsaru <tvsaru@gmail.com>
Co-authored-by: default avatarLoann Le <84412881+taoism4504@users.noreply.github.com>
parent 4bdc238f
Showing with 3 additions and 3 deletions
+3 -3
...@@ -36,7 +36,7 @@ The key features of Vault are: ...@@ -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: ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment