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.
- 27 Oct, 2021 1 commit
-
-
Ben Ash authored
* Update docker helper code to match deps. * Fix container variable name collides with import. * Update vault-testing-stepwise to v0.1.2
-
- 26 Oct, 2021 1 commit
-
-
Guillaume authored
-
- 22 Oct, 2021 1 commit
-
-
swayne275 authored
-
- 21 Oct, 2021 1 commit
-
-
Nick Cabatoff authored
Also ensure that the go 1.17 breaking changes to net.ParseCIDR don't make us choke on stored CIDRs that were acceptable to older Go versions.
-
- 15 Oct, 2021 1 commit
-
-
Vishal Nayak authored
* Local aliases OSS patch * build fix
-
- 30 Sep, 2021 1 commit
-
-
Brian Kassouf authored
-
- 29 Sep, 2021 1 commit
-
-
Tero Saarni authored
* Update Go client libraries for etcd * Added etcd server container to run etcd3 tests automatically. * Removed etcd2 test case: it fails the backend tests but the failure is unrelated to the uplift. The etcd2 backend implementation does not remove empty nested nodes when removing leaf (see comments in #11980).
-
- 17 Sep, 2021 1 commit
-
-
akshya96 authored
* adding changes * removing q.Q * removing empty lines * testing * checking tests * fixing tests * adding changes * added requested changes * added requested changes * added policy templating changes and fixed tests * adding proto changes * making changes * adding unit tests * using suggested function
-
- 28 Jul, 2021 1 commit
-
-
Pratyoy Mukhopadhyay authored
* [NO-TICKET] Set protoc-gen-go to 1.23, upgrade protoc to 3.17.3 * [NO-TICKET] Upgrade version of protoc-gen-go to 1.26
-
- 16 Jul, 2021 1 commit
-
-
Jeff Mitchell authored
* Swap sdk/helper libs to go-secure-stdlib * Migrate to go-secure-stdlib reloadutil * Migrate to go-secure-stdlib kv-builder * Migrate to go-secure-stdlib gatedwriter
-
- 25 Jun, 2021 2 commits
-
-
Hridoy Roy authored
-
swayne275 authored
* prelim fairshare prototype, untested and prototype status * add tests for new fairshare infra - this likely fails tests for being racy * probably fix races for code and test * one more lock to fix for races * fairsharing queue work distribution, tests, fixes, etc * comment, shorten wait time * typos and comments * fix inverted worker count logic * Update helper/fairshare/jobmanager.go typo * Update helper/fairshare/jobmanager.go clarify comment * move back to round robin between queues * improvements from self review * add job manager stress test
-
- 21 Jun, 2021 1 commit
-
-
Michael Golowka authored
* Refactor TLS parsing The ParsePEMBundle and ParsePKIJSON functions in the certutil package assumes both a client certificate and a custom CA are specified. Cassandra needs to allow for either a client certificate, a custom CA, or both. This revamps the parsing of pem_json and pem_bundle to accomodate for any of these configurations
-
- 07 May, 2021 1 commit
-
-
Lars Lehtonen authored
-
- 03 May, 2021 1 commit
-
-
swayne275 authored
* build out zombie lease system * add typo for CI * undo test CI commit * time equality test isn't working on CI, so let's see what this does... * add unrecoverable proto error, make proto, go mod vendor * zombify leases if unrecoverable error, tests * test fix: somehow pointer in pointer rx is null after pointer rx called * tweaks based on roy feedback * improve zombie errors * update which errors are unrecoverable * combine zombie logic * keep subset of zombie lease in memory
-
- 26 Apr, 2021 2 commits
-
-
Josh Black authored
-
Nick Cabatoff authored
-
- 23 Apr, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 21 Apr, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 16 Apr, 2021 2 commits
-
-
Michael Golowka authored
-
Nick Cabatoff authored
Make sure that when we modify a rate quota, we stop the existing goroutine before starting the new one.
-
- 08 Apr, 2021 1 commit
-
-
Brian Kassouf authored
* Update tooling * Run gofumpt * go mod vendor
-
- 11 Mar, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 08 Mar, 2021 1 commit
-
-
Vishal Nayak authored
-
- 03 Mar, 2021 1 commit
-
-
Vishal Nayak authored
* k8s doc: update for 0.9.1 and 0.8.0 releases (#10825) * k8s doc: update for 0.9.1 and 0.8.0 releases * Update website/content/docs/platform/k8s/helm/configuration.mdx Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> * Autopilot initial commit * Move autopilot related backend implementations to its own file * Abstract promoter creation * Add nil check for health * Add server state oss no-ops * Config ext stub for oss * Make way for non-voters * s/health/state * s/ReadReplica/NonVoter * Add synopsis and description * Remove struct tags from AutopilotConfig * Use var for config storage path * Handle nin-config when reading * Enable testing autopilot by using inmem cluster * First passing test * Only report the server as known if it is present in raft config * Autopilot defaults to on for all existi...
-
- 01 Mar, 2021 1 commit
-
-
Brian Kassouf authored
-
- 27 Feb, 2021 1 commit
-
-
Brian Kassouf authored
* expiration: Add a few metrics to measure revoke queue lengths * Update the metric names * Add appropriate cluster labels * Add metrics to docs * Update jobmanager.go
-
- 25 Feb, 2021 1 commit
-
-
swayne275 authored
* stop fairsharing layer async * update function doc
-
- 24 Feb, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 22 Feb, 2021 1 commit
-
-
swayne275 authored
-
- 19 Feb, 2021 2 commits
-
-
Clint authored
* Bundle Terraform secrets engine * update go.mod/sum * vendor update * add changelog entry * add secrets terraform
-
Brian Kassouf authored
-
- 18 Feb, 2021 2 commits
-
-
Hridoy Roy authored
This reverts commit eb74ca61.
-
Hridoy Roy authored
* upgrade vault dependency set * etcd and grpc issues: * better for tests * testing * all upgrades for hashicorp deps * kubernetes plugin upgrade seems to work * kubernetes plugin upgrade seems to work * etcd and a bunch of other stuff * all vulnerable packages upgraded * k8s is broken in linux env but not locally * test fixes * fix testing * fix etcd and grpc * fix etcd and grpc * use master branch of go-testing-interface * roll back etcd upgrade * have to fix grpc since other vendors pull in grpc 1.35.0 but we cant due to etcd * rolling back in the replace directives * a few more testing dependencies to clean up * fix go mod vendor
-
- 16 Feb, 2021 1 commit
-
-
Michael Golowka authored
-
- 12 Feb, 2021 1 commit
-
-
swayne275 authored
* basic pool and start testing * refactor a bit for testing * workFunc, start/stop safety, testing * cleanup function for worker quit, more tests * redo public/private members * improve tests, export types, switch uuid package * fix loop capture bug, cleanup * cleanup tests * update worker pool file name, other improvements * add job manager prototype * remove remnants * add functions to wait for job manager and worker pool to stop, other fixes * test job manager functionality, fix bugs * encapsulate how jobs are distributed to workers * make worker job channel read only * add job interface, more testing, fixes * set name for dispatcher * fix test races * dispatcher and job manager constructors don't return errors * logger now dependency injected * make some members private, test fcn to get worker pool size * make GetNumWorkers public * Update helper/fairshare/jobmanager_test.go Co-authored-by:
Brian Kassouf <briankassouf@users.noreply.github.com> * make workerpool private * remove custom worker names * concurrency improvements * remove worker pool cleanup function * remove cleanup func from job manager, remove non blocking stop from fairshare * stop fairshare when started in tests * stop leaking job manager goroutine * prototype channel for waking up to assign work * fix typo/bug and add tests * improve job manager wake up, fix test typo * put channel drain back * better start/pause test for job manager * go mod vendor Co-authored-by:
Brian Kassouf <briankassouf@users.noreply.github.com> Co-authored-by:
Brian Kassouf <briankassouf@users.noreply.github.com>
-
- 11 Feb, 2021 1 commit
-
-
Michael Golowka authored
-
- 07 Jan, 2021 1 commit
-
-
Lauren Voswinkel authored
* Adding snowflake as a bundled database secrets plugin * Add snowflake-database-plugin to expected bundled plugins * Add snowflake plugin name to the mockBuiltinRegistry
-
- 02 Dec, 2020 1 commit
-
-
swayne275 authored
* fix racy activity log tests and move testing utilities elsewhere * remove TODO * move SetEnable out of activity log * clarify not waiting on waitgroup * remove todo
-
- 01 Dec, 2020 1 commit
-
-
Michael Golowka authored
-