Skip to content

Commit

Permalink
fix docs kms transit config
Browse files Browse the repository at this point in the history
  • Loading branch information
lu1as committed Mar 21, 2022
1 parent 841157e commit e77f2a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/kms.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ For preparing the disaster recovery, the [Transit key can be exported](https://w
### Config
Set `KMS_BACKEND` to `transit`.

| Environment Variable | Type | Example | Description |
|----------------------|--------|-----------|--------------------------------------------------|
| KMS_TRANSIT_ENGINE | string | `transit` | Name (mount point) of the Transit secrets engine |
| KMS_TRANSIT_KEY | string | `transit` | Name of the Transit key |
| Environment Variable | Type | Example | Description |
|----------------------|--------|---------------------|--------------------------------------------------|
| KMS_TRANSIT_ENGINE | string | `transit` | Name (mount point) of the Transit secrets engine |
| KMS_TRANSIT_KEY | string | `terraform-backend` | Name of the Transit key |

Make sure that `VAULT_ADDR` and `VAULT_TOKEN` are set properly (see [Vault Environment Variables](https://www.vaultproject.io/docs/commands#environment-variables) for more information).

0 comments on commit e77f2a7

Please sign in to comment.