Signed-off-by: Elena Kolevska <elena@kolevska.com> Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> |
||
---|---|---|
.. | ||
alicloud/parameterstore | ||
aws | ||
azure/keyvault | ||
gcp/secretmanager | ||
hashicorp/vault | ||
huaweicloud/csms | ||
kubernetes | ||
local | ||
tencentcloud/ssm | ||
README.md | ||
feature.go | ||
metadata.go | ||
requests.go | ||
responses.go | ||
secret_store.go |
README.md
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.