Commit Graph

116 Commits

Author SHA1 Message Date
Yaron Schneider 21853a1182
fix key for azure keyvault (#267) 2020-03-09 21:56:11 -07:00
Ricardo Niepel c2ca36ea86
Adding Hashicorp Vault (#258) 2020-03-09 09:37:43 -07:00
Yaron Schneider b210ea0e7f
change version params for aws secrets manager (#240) 2020-03-01 19:59:30 -08:00
Young Bu Park ee97c3c56a
Use dapr logger (#238)
* Use dapr logger

* skip linter false alarm
2020-02-28 15:49:49 -08:00
Carlos Mendible 226bff98ff
Fixed issue preventing authentication fallback to MSI (#206)
* Fixed issue preventing auth fallback to MSI

* Changed variable name

* checking if keys are present
2020-02-04 14:02:17 -08:00
REDDY PRASAD 5f3f850852
Add GCP Secret Manager (#199)
*  Add GCP Secret Manager

* Update tests

* Fix lint errors

* Update as per review

* Run go mod tidy

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-30 21:51:52 -08:00
Carlos Mendible e5fbb7e825 [WIP] Adding support for Manage Identities in the Azure Key Vault Secret Store (#185)
* Adding support for Manage Identities

* Refactored & changed validation in GetClientCert()

* Updated Client Cert tests

* Fixed linting issue

* Using pointer for k and setting the kv name

* Added MSI Tests

* Decoupling auth utils from keyValueSecretStore

* auth utils decoupled from keyvaultSecretStore

Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-01-15 13:27:07 -08:00
Abhishek Gupta 9323c44ecf check etag for etcd update and delete ops (#175) 2020-01-09 12:33:23 -08:00
Prafulla Anurag 9ffc7dc2ce Cloudkms secretstore (#121)
* Initial Commit creating cloudkmsclient

* Changes to go.mod go.sum

* Minor changes

* Add basic metadata structure, decrypt function

* Add GetSecret Module

* Add module to fetch secret file from cloud storage

* Finish coding the secret store

* Delete changes to go.mod

* Remove changes from go.mod and go.sum

* Add init test for cloudkms

* fix golint failures

* Edited the documentation
2019-11-29 12:23:23 -08:00
sayboras eabe18a79f Support AWS secret manager as secret store (#142)
* Initial commit

* Initial commit

* Update Readme.md

* Update godoc comment

* Added session token

* Incorporate review comment

* Added the header

* Corrected godoc
2019-11-26 07:36:11 -08:00
Shalabh Mohan Shrivastava bcd23db009
Changes to include Package names pubsub/secret stores/state to be consistent with company name (#137)
* [Commit - PubSub changes ]

Changing the names of the packages directory so to be consistent with name of the company .

It is to be noted that package name can not have hyphen "-" in the name.
So changing the directory names and putting under company names.

For example - servicebus package would be

dapr/components-contrib/pubsub/azure/servicebus

* Commit 2 - Changes for Secret Stores

* Commit 3 - for the state store changes
2019-11-22 12:46:42 -08:00
Anubhav Mishra db7bf1f08b secretstores: adding X-Vault-Request header (#106) 2019-11-05 14:41:49 -08:00
Anubhav Mishra 4bbfb82e98 initial secretstore implementation of HashiCorp Vault (#84)
* initial secretstore implementation of HashiCorp vault

* updates after review

* fixing golangci-lint errors

* fixing temporary directory creation issues
2019-11-01 20:29:06 -07:00
Aman Bhardwaj 04bef3ac3f Adding license header and updating to MIT license. (#26) 2019-10-09 10:58:08 -07:00
Yaron Schneider 2b8dbd2b44
dapr name change (#21) 2019-10-02 13:21:22 -07:00
yaron2 22fea6f43d initial commit 2019-09-26 15:47:41 -07:00