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.
- 01 Jul, 2019 17 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
This was inspired by #7022 but has the advantage of avoiding double-locking and needing to perform lock upgrades while also simplifying the logic and being faster. Original, #7022, this: goos: linux goarch: amd64 pkg: github.com/hashicorp/vault/builtin/audit/file BenchmarkAuditFile_request-4 30000 60734 ns/op PASS ok github.com/hashicorp/vault/builtin/audit/file 2.428s goos: linux goarch: amd64 pkg: github.com/hashicorp/vault/builtin/audit/file BenchmarkAuditFile_request-4 50000 34772 ns/op PASS ok github.com/hashicorp/vault/builtin/audit/file 2.086s goos: linux goarch: amd64 pkg: github.com/hashicorp/vault/builtin/audit/file BenchmarkAuditFile_request-4 50000 25302 ns/op PASS ok github.com/hashicorp/vault/builtin/audit/file 1.542s Fixes #7014 Closes #7022
-
Jeff Mitchell authored
-
Jason O'Donnell authored
* Add leeway parameters to JWT auth doc * Clarify leeway doc * Apply suggestions from code review Co-Authored-By:
Jim Kalafut <jim@kalafut.net> * Add note about only being applicable to JWT * Update for negative values
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Michel Vocks authored
-
Michel Vocks authored
* Implemented token backend support for identity * Fixed tests * Refactored a few checks for the token entity overwrite. Fixed tests. * Moved entity alias check up so that the entity and entity alias is only created when it has been specified in allowed_entity_aliases list * go mod vendor * Added glob pattern * Optimized allowed entity alias check * Added test for asterisk only * Changed to glob pattern anywhere * Changed response code in case of failure. Changed globbing pattern check. Added docs. * Added missing token role get parameter. Added more samples * Fixed failing tests * Corrected some cosmetical review points * Changed response code for invalid provided entity alias * Fixed minor things * Fixed failing test
-
Jeff Mitchell authored
-
Mike Ruth authored
* Include Daytona as third party tool This is to include [Cruise's Daytona](https://github.com/cruise-automation/daytona) to the list of third party tools.
-
- 30 Jun, 2019 1 commit
-
-
Jeff Mitchell authored
If only a non-_token field is provided we don't want to clear out the Token version of the params, we want to set both. Otherwise we can't rely on using the Token version of the parameter when creating the Auth struct.
-
- 29 Jun, 2019 5 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
This conveys type information instead of being a JSON null.
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
- 28 Jun, 2019 7 commits
-
-
Jeff Mitchell authored
* Update userpass to use tokenutil's TokenParams * Use tokenutil deprecation helper
-
Jeff Mitchell authored
of the tokenutil-userpass PR so that stands alone as a template.
-
Matthew Irish authored
* lay groundwork for application serializer to setup capabilities relationships * add api path util and tests, and attach-capabilites fn * make attach-capabilities work with array responses, add tests
-
Vishal Nayak authored
* Raft configuration doc * API docs * join sample * Fix the Join API * Add snapshot-force * Update sys/storage subsection * Use actual certs in examples * Add sample configuration response * Fix link * remove TLS config options
-
Vishal Nayak authored
* Add join test * Add configuration test * Add remove peer test * Test join with and without client certs
-
Calvin Leung Huang authored
* docs: add docs/secrets/kmip * Add KMIP API docs. * small typo fix * Update website/source/api/secret/kmip/index.html.md Co-Authored-By:
Calvin Leung Huang <cleung2010@gmail.com> * Update website/source/api/secret/kmip/index.html.md Co-Authored-By:
Calvin Leung Huang <cleung2010@gmail.com> * Update website/source/api/secret/kmip/index.html.md Co-Authored-By:
Calvin Leung Huang <cleung2010@gmail.com> * Update website/source/api/secret/kmip/index.html.md Co-Authored-By:
Calvin Leung Huang <cleung2010@gmail.com> * format tables in api docs * fix table formatting * Fix wording. * Remove references to tls_max_path_length.
-
Jeff Mitchell authored
-
- 27 Jun, 2019 10 commits
-
-
Jeff Mitchell authored
-
Vishal Nayak authored
-
Jeff Mitchell authored
-
Brian Kassouf authored
* storage/raft: fix races in tests * Fix another test race
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Michael Gaffney authored
-
Jim Kalafut authored
-
Jeff Mitchell authored
-
Aaron Donovan authored
* Allow configuration of nonce for ec2 authentication * Addressing pull request comment
-