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.
- 25 Apr, 2020 1 commit
-
-
Austin Gebauer authored
-
- 24 Apr, 2020 3 commits
-
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Dustin Decker authored
Signed-off-by:
Dustin Decker <dustindecker@protonmail.com>
-
- 23 Apr, 2020 9 commits
-
-
Brian Kassouf authored
* identity: Add batch entity deletion endpoint * Update the parameter description * Update error message * Update helper/storagepacker/storagepacker.go Co-Authored-By:
Vishal Nayak <vishalnayak@users.noreply.github.com> * Review feedback * Update vault/identity_store_entities.go Co-Authored-By:
Calvin Leung Huang <cleung2010@gmail.com> Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com>
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Austin Gebauer authored
-
ncabatoff authored
-
ncabatoff authored
-
ncabatoff authored
The new okta library doesn't prepend /api/v1 to our URL paths like the old one does (we still use the old one in the absence of an API token, since the new one doesn't support that.) Make our shim prepend /api/v1 to manual requests for the new library like the old library does, and remove explicit /api/v1 from our request paths. (#8807)
-
Brian Kassouf authored
-
Brian Kassouf authored
* storage/raft: Split snapshot restore disk write into batches * Work on snapshot consistency * make sure tests send a snapshot * Fix comment * Don't remove metrics * Fix comment
-
- 22 Apr, 2020 6 commits
-
-
Austin Gebauer authored
* fix: rotate root credentials for database plugins using WAL * test: adds a test for WAL rollback logic * fix: progress on wal rollback * docs: updates some comments * docs: updates some comments * test: adds additional test coverage for WAL rollback * chore: remove unneeded log * style: error handling, imports, signature line wraps * fix: always close db plugin connection
-
Jeff Escalante authored
* pull changelog url from config file * add fallback if url is empty
-
Jeff Escalante authored
- add section on redirects - add section on markdown enhancements - consistently wrap at col 81 - add fix for safe write issue
-
ncabatoff authored
Use a more minimal bootstrap target when running in CI: just what we need to satisfy our job needs. Also remove govendor which we no longer use. (#8808)
-
Jim Kalafut authored
-
Vishal Nayak authored
-
- 21 Apr, 2020 5 commits
-
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
* raft: check for nil on concrete type in SetupCluster * raft: move check to its own func * raft: func cleanup * raft: disallow disable_clustering = true when raft storage is used * docs: update disable_clustering to mention new behavior
-
Jim Kalafut authored
-
- 20 Apr, 2020 4 commits
-
-
Scott G. Miller authored
-
Scott G. Miller authored
-
Scott G. Miller authored
-
Chelsea Shaw authored
-
- 17 Apr, 2020 4 commits
-
-
Jim Kalafut authored
This addresses an issue found in #8696 which was determined to be due to the Go module proxy having a cached copy of a tag that doesn't match the official version (due a build prep error weeks ago). All of the repos got new patch versions, but the content is identical.
-
Adrienne Cohea authored
-
Mike Green authored
Clarifying customer experience. Ie, don't try this on 1.2.1
-
Calvin Leung Huang authored
-
- 16 Apr, 2020 6 commits
-
-
Calvin Leung Huang authored
This avoids SetConfig from having to grab a write lock which is called on a SIGHUP, and may block, along with a long-running requests that has a read lock held, any other operation that requires a state lock.
-
Jim Kalafut authored
-
Ryan Canty authored
-
Jim Kalafut authored
This primarily ports updates made during the 1.4 release to master.
-
Jim Kalafut authored
-
Brian Kassouf authored
-
- 15 Apr, 2020 2 commits
-
-
Michael Golowka authored
* Clarify key rotation capabilities for Azure auto-unseal * Fix alignment Co-authored-by:
Vishal Nayak <vishalnayakv@gmail.com> Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Becca Petrin authored
* add transform to gen_openapi.sh * add license
-