components-contrib/secretstores/README.md

8 lines
300 B
Markdown

# Secret Stores
Secret Stores provide a common way to interact with different secret stores, cloud/edge/commercial or open-source.
## Implementing a new Secret Store
A compliant secret store needs to implement the `SecretStore` interface included in the [`secret_store.go`](secret_store.go) file.