components-contrib/secretstores
Pravin Pushkar ed745763a0
Fix bulk get from gcp secret store (#2175)
* Fix bulk get from gcp secret store

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Including version in bulk secret name & client close func

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Adding unit test

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* fix lint

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* trigger pr checks

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-10-21 16:24:27 -07: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 Use latest Azure SDK for Go minor / patch SDK versions 2022-09-21 14:54:24 -07:00
gcp/secretmanager Fix bulk get from gcp secret store (#2175) 2022-10-21 16:24:27 -07:00
hashicorp/vault feature(secretstore): add context to api and tencent/ssm (#1973) 2022-09-14 15:18:12 -07: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.