* 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> |
||
|---|---|---|
| .. | ||
| 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 inteface included in the secret_store.go file.