mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-28 14:11:10 +01:00
docs: minor fixes to improve sentence flow (#6839)
This commit is contained in:
parent
b4cc1413f2
commit
8e992d7c3d
@ -6,7 +6,7 @@ sidebar_current: "docs-commands-operator-rotate"
|
||||
description: |-
|
||||
The "operator rotate" rotates the underlying encryption key which is used to
|
||||
secure data written to the storage backend. This installs a new key in the key
|
||||
ring. This new key is used to encrypted new data, while older keys in the ring
|
||||
ring. This new key is used to encrypt new data, while older keys in the ring
|
||||
are used to decrypt older data.
|
||||
---
|
||||
|
||||
|
||||
@ -173,7 +173,7 @@ storage "dynamodb" {
|
||||
|
||||
### Enabling High Availability
|
||||
|
||||
This example show enabling high availability for the DynamoDB storage backend.
|
||||
This example shows enabling high availability for the DynamoDB storage backend.
|
||||
|
||||
```hcl
|
||||
api_addr = "https://vault-leader.my-company.internal"
|
||||
|
||||
@ -123,7 +123,7 @@ storage "etcd" {
|
||||
|
||||
### Enabling High Availability
|
||||
|
||||
This example show enabling high availability for the Etcd storage backend.
|
||||
This example shows enabling high availability for the Etcd storage backend.
|
||||
|
||||
```hcl
|
||||
api_addr = "https://vault-leader.my-company.internal"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user