components-contrib/secretstores
Bernd Verst 462e2faadc Upgrade linter and fix linter issues
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-11-11 13:19:57 -08:00
..
alicloud/parameterstore feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
aws feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
azure/keyvault Upgrade linter and fix linter issues 2022-11-11 13:19:57 -08:00
gcp/secretmanager Update gcp secretmanager import 2022-11-01 16:00:27 -07:00
hashicorp/vault Upgrade linter and fix linter issues 2022-11-11 13:19:57 -08:00
huaweicloud/csms feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
kubernetes feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
local feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
tencentcloud/ssm feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07:00
README.md middleware: changes wasm basic to use waPC (#1833) 2022-09-13 17:12:59 -07: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 feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07: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 inteface included in the secret_store.go file.