Skip to content

Commit

Permalink
Clarify which Vault the component connects to. (#5503)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptodev authored Oct 16, 2023
1 parent 8186196 commit 4d07963
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/sources/flow/reference/components/remote.vault.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ description: Learn about remote.vault

# remote.vault

`remote.vault` connect to Vault to retrieve secrets. It can retrieve a secret
using the [KV v2][] secrets engine.
`remote.vault` connects to a [HashiCorp Vault][Vault] server to retrieve secrets.
It can retrieve a secret using the [KV v2][] secrets engine.

Multiple `remote.vault` components can be specified by giving them different
labels.

[Vault]: https://www.vaultproject.io/
[KV v2]: https://www.vaultproject.io/docs/secrets/kv/kv-v2

## Usage
Expand Down

0 comments on commit 4d07963

Please sign in to comment.