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.
- 02 Feb, 2018 5 commits
-
-
Brian Kassouf authored
-
Jeff Mitchell authored
-
Xiang Li authored
-
Jeff Mitchell authored
-
Xiang Li authored
-
- 01 Feb, 2018 8 commits
-
-
Brian Kassouf authored
* plugins/gRPC: fix issues with reserved keywords in response data * Add the path raw file for mock plugin * Fix panic when special paths is nil * Add tests for Listing and raw requests from plugins * Add json.Number case when decoding the status * Bump the version required for gRPC defaults * Fix test for gRPC version check
-
Calvin Leung Huang authored
-
John Eismeier authored
-
Jeff Mitchell authored
-
Josh Giles authored
-
Vishal Nayak authored
* remove merge conflict remnant * s/auth/authentication
-
Calvin Leung Huang authored
* Handle period's zero value on handleCreateCommon * Add test for period zero value
-
Chris Hoffman authored
-
- 31 Jan, 2018 2 commits
-
-
Brian Kassouf authored
-
Brian Shumate authored
-
- 30 Jan, 2018 1 commit
-
-
Jack Pearkes authored
* website: add note about the 0.9.2+ CLI changes to reduce confusion * website: fix frontmatter for 0.9.3 guide, add to guides index * website: add overview title to 0.9.3 guide for spacing
-
- 29 Jan, 2018 1 commit
-
-
Andy Manoske authored
-
- 28 Jan, 2018 5 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
Fixes #3858
-
- 26 Jan, 2018 9 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Chris Bartlett authored
-
Vishal Nayak authored
* Remove logical.Initialize() method * More cleanup * Fix test
-
- 25 Jan, 2018 5 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Joel Thompson authored
* auth/aws: Fix error with empty bound_iam_principal_arn In cases where there doesn't need to be a bound_iam_principal_arn, i.e., either auth_type is ec2 or there are other bindings with the iam auth_type, but it is specified explicitly anyway, Vault tried to parse it to resolve to internal unique IDs. This now checks to ensure that bound_iam_principal_arn is non-empty before attempting to resolve it. Fixes #3837 * Fix extraneous newline
-
Jeff Mitchell authored
* Fix intermittent panic by storing a reference to the grpc server and using that to ensure it will never be nil. * Just get rid of c.rpcServer
-
Jeff Mitchell authored
-
- 24 Jan, 2018 1 commit
-
-
Calvin Leung Huang authored
-
- 23 Jan, 2018 3 commits
-
-
Jeff Mitchell authored
-
Calvin Leung Huang authored
* Use version to determine plugin protocol to use * Remove field from ServeOpts * Fix missing assignment, handle errors * contraint -> constraint * Inject the version string from the vault side * Fix the version check * Add grpc support check to database plugins * Default to use grpc unless missing env var or fail on contraint check * Add GRPCSupport test * Add greater than test case * Add go-version dep
-
Vishal Nayak authored
-