components-contrib/secretstores
ItalyPaleAle bc47aa3049 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-17 00:59:25 +00:00
..
alicloud/parameterstore 💄 2023-02-17 00:59:25 +00:00
aws Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
azure/keyvault 💄 2023-02-17 00:59:25 +00:00
gcp/secretmanager 💄 2023-02-17 00:02:23 +00:00
hashicorp/vault Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
huaweicloud/csms 💄 2023-02-17 00:02:23 +00:00
kubernetes Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
local Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00
tencentcloud/ssm 💄 2023-02-17 00:02:23 +00:00
README.md Additional tests for Hashicorp Vaul Secret Store certification. 2022-11-25 19:19:02 -08:00
feature.go SecretStores advertise supported Features(). (#2069) 2022-09-13 15:55:39 -07:00
metadata.go Define common metadata across components (#1994) 2022-08-25 10:10:53 -07:00
requests.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
responses.go update license to Apache v2.0 (#1406) 2022-01-04 19:53:31 -08:00
secret_store.go Propagate context from caller to appropriate places in the code (#2474) 2023-02-16 14:18:35 -08:00

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.