Skip to content

Commit

Permalink
docs: fix naming
Browse files Browse the repository at this point in the history
Signed-off-by: Ramiz Polic <[email protected]>
  • Loading branch information
ramizpolic committed Nov 22, 2023
1 parent 283b9e6 commit 650cc27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/single-source-advanced/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
To get familiarized, we will show how you can use Secret Sync tool to cover two scenarios:

- **Case 1**: Synchronize secrets from one secret store to another.
- We will use our local environment as a source of truth to synchronize some database secrets into Vault.
- We will use our local file store as a source of truth to synchronize some database secrets into Vault.
- **Case 2**: Consume secrets to bootstrap an application.
- We will use Vault instance to fetch database secrets to our local environment in a form of a configuration file for an application.
- We will use Vault instance to fetch database secrets to our local store in a form of a configuration file for an application.

*Note:* The same logic applies to any other combination of secret stores.

Expand Down

0 comments on commit 650cc27

Please sign in to comment.