components-contrib/secretstores
Elena Kolevska 2671db572b
Cherrypicking into release 1.13 (#3541)
Signed-off-by: Elena Kolevska <elena@kolevska.com>
Signed-off-by: Eileen Yu <eileenylj@gmail.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Eileen Yu <48944635+Eileen-Yu@users.noreply.github.com>
2024-09-12 12:52:01 -07:00
..
alicloud/parameterstore Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
aws Cherrypicking into release 1.13 (#3541) 2024-09-12 12:52:01 -07:00
azure/keyvault Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
gcp/secretmanager Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
hashicorp/vault Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
huaweicloud/csms Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
kubernetes Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
local Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
tencentcloud/ssm Switch to Go 1.21, Updates linter, updates workflows, adds sarama 1.42.1 (#3251) 2023-11-28 18:13:09 -08:00
README.md Additional tests for Hashicorp Vaul Secret Store certification. 2022-11-25 19:19:02 -08:00
feature.go Chore: use a single package for all Feature structs (#3278) 2024-01-08 09:07:10 -08: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 [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +00: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.