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.
- 19 Feb, 2021 4 commits
-
-
Austin Gebauer authored
-
Chelsea Shaw authored
* Update role toolbar, serialization for special mongo values * Only show defaultShown if no value on info table row * Remove root_rotation_statements from mongo connection fields * Wrap this.router in try/catch if in then statement * Add changelog
-
Brian Kassouf authored
-
Brian Kassouf authored
-
- 18 Feb, 2021 4 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
-
Nick Cabatoff authored
Add docs for Agent's template_retry option added in #10644, based on those from consul-template configuration. Also fix some existing config docs that weren't adhering to our conventions. (#10911)
-
Angel Garbarino authored
* move the ttls on enable for db to default and not as options * refactor form field to angle brackets * add database to supported backend * initial setup of components and models * setup selectable cards, need to make own component * styling setup * subtext and links * number styling * search select put in place and button, all pretty things * search label text * messy but closer to data configuration. making models and fetching those models on routes * connection adapter and serializer that is pulled in by the overview route * clean up and add new model params connections and roles to overview route hbs * setting up overview as route with SecretHeader component. TODO, show Overview tab, but have link to route. It's going be on the secret header list component * setup overview tab on secret-list-header to go to overview page * setup id in overview route * Correct link on secrets engine list for database and ot...
-
- 17 Feb, 2021 4 commits
-
-
Michael Golowka authored
-
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 * wire up expiration manager most of the way * 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> * update fairsharing usage, add tests * 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 * update job manager for new constructor * stop job manager when expiration manager stopped * unset env var after test * 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 * comment cleanup * degrade possible noisy log * remove closure, clean up context * improve revocation context timer * test: reduce number of revocation workers during many tests * Update vault/expiration.go Co-authored-by:
Brian Kassouf <briankassouf@users.noreply.github.com> * feedback tweaks Co-authored-by:
Brian Kassouf <briankassouf@users.noreply.github.com> Co-authored-by:
Brian Kassouf <briankassouf@users.noreply.github.com>
-
Brian Fox authored
Just a suggestion on how to perhaps improve the language as I found myself re-reading the sentences due to the missing "either ... or ..." having been _told_ that it `can be run in two modes`.
-
Austin Gebauer authored
-
- 16 Feb, 2021 2 commits
-
-
Michael Golowka authored
-
Nick Cabatoff authored
-
- 13 Feb, 2021 1 commit
-
-
Rosemary Wang authored
Addresses #8191 with clearer external groups configuration.
-
- 12 Feb, 2021 4 commits
-
-
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>
-
swayne275 authored
* Shutdown Test Cores when Tests Complete * go mod vendor
-
Jim Kalafut authored
- Fix: "bytes" should be less than %!s(int=131072) message - Also add a missing openapi type that was throwing warnings
-
Mark Gritter authored
* Also corrected the text about token auth method.
-
- 11 Feb, 2021 8 commits
-
-
Zachary Shilton authored
* Switch BeforeAfterDiagram implementation, pulled from www-next * Bump vertical-text-block-list, update md to HTML * Bump to latest case-study-slider
-
Michael Golowka authored
-
Michael Golowka authored
-
Angel Garbarino authored
* upgrade storybook * add changelog
-
aphorise authored
Re-doing PR #10305
-
Nick Cabatoff authored
-
Tom Proctor authored
As per https://github.com/hashicorp/vault-plugin-auth-kubernetes/blob/207d1b4c1cdc4babbde00aeeb76f0a4a021a9954/path_login.go#L24, the default issuer when none is set is `kubernetes/serviceaccount`.
-
Jason O'Donnell authored
* agent/auto-auth: add use_existing_token * Add better logging for lookup errors * Fix test * changelog * Remove preload config, add token var * Update filename * Update changelog * Revert test name * Remove unused function * Remove redundant error message * Short circuit authenticate for preloaded token * Add comment for auto-auth login
-
- 10 Feb, 2021 6 commits
-
-
Chelsea Shaw authored
-
Vishal Nayak authored
This reverts commit fc745670.
-
Michael Golowka authored
-
Mark Gritter authored
-
Ian Ferguson authored
Correct lock acquisition order in the `pathEntityMergeID` identity to fix deadlock condition (#10877)
-
Vishal Nayak authored
-
- 09 Feb, 2021 7 commits
-
-
Mark Gritter authored
* Wait for initial retention run to finish before adding segments.
-
Vishal Nayak authored
-
Jim authored
Add suggestion to validate K8S cluster address and TCP port using cluster-info command and update sample config (line 77) to prompt for validation. Feedback from prospect was that doc is misleading since our sample uses TCP 8443.
-
jonZlotnik authored
Needs to be changed in the docs. Please see commit 70bc47384bedfc895d08d1df17a45b0c4ea8b6de
-
Nick Cabatoff authored
-
Scott Miller authored
* Add documentation about the horizontal cluster scalability of PKI secret engine operations * Mention generate_lease * cluster terminology * Discuss generate_lease * active again * One more go
-
Bryce Kalow authored
-