Skip to content

Commit

Permalink
remote.vault: introduce component to retrieve secrets from Vault (#3428)
Browse files Browse the repository at this point in the history
The remote.vault component retrieves secrets from Vault.

Co-authored-by: Paschalis Tsilias <[email protected]>
  • Loading branch information
rfratto and tpaschalis authored May 8, 2023
1 parent a3a0928 commit 9e93184
Show file tree
Hide file tree
Showing 14 changed files with 1,921 additions and 77 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Main (unreleased)
- New Grafana Agent Flow components:
- `prometheus.operator.servicemonitors` discovers ServiceMonitor resources in your Kubernetes cluster and scrape
the targets they reference. (@captncraig, @marctc, @jcreixell)
- `remote.vault` retrieves a secret from Vault. (@rfratto)

- Added new Grafana Agent Flow components:
- `loki.source.api` - receive Loki log entries over HTTP (e.g. from other agents). (@thampiotr)
Expand Down
1 change: 1 addition & 0 deletions component/all/all.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ import (
_ "github.com/grafana/agent/component/prometheus/scrape" // Import prometheus.scrape
_ "github.com/grafana/agent/component/remote/http" // Import remote.http
_ "github.com/grafana/agent/component/remote/s3" // Import remote.s3
_ "github.com/grafana/agent/component/remote/vault" // Import remote.vault
)
Loading

0 comments on commit 9e93184

Please sign in to comment.