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.
- 12 Feb, 2019 33 commits
-
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
This reverts commit d115e2cad12f4fa477b598dbbf0acbf807e060f9.
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
refactor, remove peek/find/update methods in favor of requiring people to pop or pop by key and re-push things for safety
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Clint Shryock authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
- 11 Feb, 2019 7 commits
-
-
Sean Carolan authored
-
Giacomo Tirabassi authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
Fixes #6182
-
Jeff Mitchell authored
* Fixes a regression in forwarding from #6115 Although removing the authentication header is good defense in depth, for forwarding mechanisms that use the raw request, we never add it back. This caused perf standby tests to throw errors. Instead, once we're past the point at which we would do any raw forwarding, but before routing the request, remove the header. To speed this up, a flag is set in the logical.Request to indicate where the token is sourced from. That way we don't iterate through maps unnecessarily.
-
Jeff Mitchell authored
-
Clint authored
* Adds the ability to enforce particular ssh key types and minimum key lengths when using Signed SSH Certificates via the SSH Secret Engine.
-