Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
hazmei committed Dec 8, 2023
1 parent ebd0483 commit 455b6e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Vault Enterprise Secret Sync

Create and manage [vault enterprise secret sync](https://developer.hashicorp.com/vault/docs/sync).
Create and manage [vault enterprise secret sync](https://developer.hashicorp.com/vault/docs/sync).

## Note
- This module currently only support [AWS Secrets Manager destination](https://developer.hashicorp.com/vault/docs/sync/awssm).
Other [secret sync destinations](https://developer.hashicorp.com/vault/docs/sync#destinations) will be supported in the future.
- This module currently only support [AWS Secrets Manager destination](https://developer.hashicorp.com/vault/docs/sync/awssm). Other [secret sync destinations](https://developer.hashicorp.com/vault/docs/sync#destinations) will be supported in the future.
- All the vault secret associations must be removed before secret sync destination can be removed. Vault will return this error message if secret association still exist: `store cannot be deleted because it is still managing secrets`.

## Usage
Expand Down

0 comments on commit 455b6e9

Please sign in to comment.