Hridoy Roy
c41ecae9ba
Minimal changes to solve Dependency CVEs [VAULT-871] ( #11015 )
...
* minimal changes to solve most of the cves
* cleanup
* finished go mod vendor upgrades
2021-03-01 14:35:40 -08:00
Hridoy Roy
d04b88d912
Revert "Vault Dependency Upgrades [VAULT-871] ( #10903 )" ( #10939 )
...
This reverts commit eb74ca61fc .
2021-02-18 15:40:18 -05:00
Hridoy Roy
eb74ca61fc
Vault Dependency Upgrades [VAULT-871] ( #10903 )
...
* upgrade vault dependency set
* etcd and grpc issues:
* better for tests
* testing
* all upgrades for hashicorp deps
* kubernetes plugin upgrade seems to work
* kubernetes plugin upgrade seems to work
* etcd and a bunch of other stuff
* all vulnerable packages upgraded
* k8s is broken in linux env but not locally
* test fixes
* fix testing
* fix etcd and grpc
* fix etcd and grpc
* use master branch of go-testing-interface
* roll back etcd upgrade
* have to fix grpc since other vendors pull in grpc 1.35.0 but we cant due to etcd
* rolling back in the replace directives
* a few more testing dependencies to clean up
* fix go mod vendor
2021-02-18 12:31:57 -08:00
Michael Golowka
b6ac68c842
Couchbase -> 0.2.0; Elasticsearch -> 0.6.0; MongoDBAtlas -> 0.2.0 ( #10188 )
2020-10-20 11:48:53 -06:00
Jeff Mitchell
d660b45ee4
Update to latest go-kms-wrapping and fix protos/etcd ( #8996 )
2020-05-14 18:45:10 -04:00
Joel Thompson
d725f97b30
Bump aws-sdk-go to v1.25.41 ( #7458 )
...
This is in support of #7450 and #7924
2019-12-16 16:43:00 -08:00
Joel Thompson
b47e2825d8
Bump AWS SDK dependency to latest ( #6788 )
...
Also pull the latest into the local vendor
2019-05-28 16:36:32 -05:00
Jeff Mitchell
b5455293d4
Update deps ( #6580 )
...
* Update deps
* Change azure dep to match plugin
2019-04-12 11:51:37 -04:00
Calvin Leung Huang
3d1f0d76c0
[Review Only] Autoseal OSS port ( #757 )
...
* Port awskms autoseal
* Rename files
* WIP autoseal
* Fix protobuf conflict
* Expose some structs to properly allow encrypting stored keys
* Update awskms with the latest changes
* Add KeyGuard implementation to abstract encryption/decryption of keys
* Fully decouple seal.Access implementations from sealwrap structs
* Add extra line to proto files, comment update
* Update seal_access_entry.go
* govendor sync
* Add endpoint info to configureAWSKMSSeal
* Update comment
* Refactor structs
* Update make proto
* Remove remove KeyGuard, move encrypt/decrypt to autoSeal
* Add rest of seals, update VerifyRecoveryKeys, add deps
* Fix some merge conflicts via govendor updates
* Rename SealWrapEntry to EncryptedBlobInfo
* Remove barrier type upgrade check in oss
* Add key to EncryptedBlobInfo proto
* Update barrierTypeUpgradeCheck signature
2018-10-19 14:43:57 -07:00