This project is mirrored from https://gitee.com/NQL886/vault.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 14 Dec, 2017 1 commit
-
-
Brian Kassouf authored
* Start work on context aware backends * Start work on moving the database plugins to gRPC in order to pass context * Add context to builtin database plugins * use byte slice instead of string * Context all the things * Move proto messages to the dbplugin package * Add a grpc mechanism for running backend plugins * Serve the GRPC plugin * Add backwards compatibility to the database plugins * Remove backend plugin changes * Remove backend plugin changes * Cleanup the transport implementations * If grpc connection is in an unexpected state restart the plugin * Fix tests * Fix tests * Remove context from the request object, replace it with context.TODO * Add a test to verify netRPC plugins still work * Remove unused mapstructure call * Code review fixes * Code review fixes * Code review fixes
-
- 30 Nov, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 27 Oct, 2017 1 commit
-
-
Jeff Mitchell authored
Fixes #3498
-
- 24 Oct, 2017 1 commit
-
-
Seth Vargo authored
Vault picks these values and then tests fail, and it's sad
-
- 23 Oct, 2017 2 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
- 19 Oct, 2017 2 commits
-
-
Joel Thompson authored
* Explicitly check go version in build Several GH issues have been opened by people trying to use an older version of Go to build Vault (e.g., #3307 is the most recent). This adds an explicit check to the build to hopefully make it more clear to users in the future. * Also add checking for go patch version * Up minimum go version And fix a comment * Bump travis to go1.9.1
-
Vishal Nayak authored
* Added spellcheck target to makefile * address review comments
-
- 11 Oct, 2017 1 commit
-
-
Vishal Nayak authored
* porting identity to OSS * changes that glue things together * add testing bits * wrapped entity id * fix mount error * some more changes to core * fix storagepacker tests * fix some more tests * fix mount tests * fix http mount tests * audit changes for identity * remove upgrade structs on the oss side * added go-memdb to vendor
-
- 05 Sep, 2017 1 commit
-
-
Vishal Nayak authored
-
- 04 Sep, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 11 Aug, 2017 1 commit
-
-
Brian Kassouf authored
* Fix the mysql legacy username length * Remove boolean parameter * Add a MySQL 5.6 container to test the legacy MySQL plugin against * Add database plugins to the make file * Fix credsutil test
-
- 26 Jul, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 01 Jun, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 19 May, 2017 1 commit
-
-
emily authored
-
- 15 Mar, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 16 Feb, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 06 Feb, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 06 Jan, 2017 1 commit
-
-
Jeff Mitchell authored
-
- 20 Oct, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 14 Sep, 2016 1 commit
-
-
Jeff Mitchell authored
what we build with. Fixes #1890
-
- 19 Aug, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 10 Aug, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 15 May, 2016 2 commits
-
-
Jeff Mitchell authored
-
Sean Chittenden authored
Use sh(1) where appropriate.
-
- 10 May, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 28 Apr, 2016 2 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
- 27 Apr, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 05 Apr, 2016 1 commit
-
-
vishalnayak authored
-
- 25 Feb, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 19 Feb, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 18 Feb, 2016 1 commit
-
-
Jeff Mitchell authored
This also removes `godep` calls from make scripts. Of note is that currently `./...` checking in acceptance tests is disabled.
-
- 03 Feb, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 09 Jan, 2016 1 commit
-
-
Jeff Mitchell authored
-
- 09 Dec, 2015 1 commit
-
-
Jeff Mitchell authored
-
- 19 Nov, 2015 1 commit
-
-
Jeff Mitchell authored
-
- 31 May, 2015 1 commit
-
-
Jim Alateras authored
Added a bootstrap target in the makefile to download required tools and updated the README.md instructions
-
- 29 Apr, 2015 1 commit
-
-
Abhishek Chanda authored
go test cannot gather coverage numbers for multiple packages https://github.com/golang/go/issues/6909 This script wraps go test to generate report for each package and then combine them in one file
-
- 28 Apr, 2015 1 commit
-
-
Emil Hessman authored
Only vet the actual vault packages; skip the Godeps directory.
-