Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 300 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 300 Bytes

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 file.