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.
- 24 Sep, 2020 1 commit
-
-
Theron Voran authored
-
- 18 Sep, 2020 1 commit
-
-
Michael Golowka authored
-
- 16 Sep, 2020 1 commit
-
-
ncabatoff authored
Upgrade bolt to get https://github.com/etcd-io/bbolt/commit/543c40ab4152935b36df4fba524e741046a359d4 to avoid panics in tests. (#9964)
-
- 15 Sep, 2020 1 commit
-
-
ncabatoff authored
-
- 14 Sep, 2020 1 commit
-
-
Alexander Bezobchuk authored
-
- 03 Sep, 2020 1 commit
-
-
Jim Kalafut authored
-
- 31 Aug, 2020 1 commit
-
-
ncabatoff authored
-
- 28 Aug, 2020 1 commit
-
-
Michael Golowka authored
* Add new Database v5 interface with gRPC client & server This is primarily for making password policies available to the DB engine, however since there are a number of other problems with the current interface this is getting an overhaul to a more gRPC request/response approach for easier future compatibility. This is the first in a series of PRs to add support for password policies in the combined database engine
-
- 27 Aug, 2020 1 commit
-
-
Scott Miller authored
* Point to the public, recent version of vault-plugin-auth-gcp * Vendor the subsequent changes
-
- 26 Aug, 2020 1 commit
-
-
Jim Kalafut authored
Support testing of CI and GitHub actions by creating a real dependency between Vault and a plugin. The plugin itself is a no-op.
-
- 18 Aug, 2020 1 commit
-
-
Clint authored
* Update hashicorp/vault-plugin-secrets-azure to v0.6.2 * update go mod vendor
-
- 17 Aug, 2020 1 commit
-
-
Jason O'Donnell authored
-
- 11 Aug, 2020 1 commit
-
-
Josh Black authored
-
- 10 Aug, 2020 2 commits
-
-
Sam Salisbury authored
-
Tom Proctor authored
* Update OpenLDAP secrets plugin 0.1.4 -> 0.1.5 * go mod vendor and tidy
-
- 07 Aug, 2020 1 commit
-
-
Tom Proctor authored
-
- 29 Jul, 2020 1 commit
-
-
Alexander Bezobchuk authored
-
- 27 Jul, 2020 1 commit
-
-
Ivan Buymov authored
-
- 24 Jul, 2020 2 commits
-
-
Austin Gebauer authored
-
ncabatoff authored
-
- 22 Jul, 2020 2 commits
-
-
Austin Gebauer authored
-
Brian Kassouf authored
-
- 17 Jul, 2020 1 commit
-
-
Jeff Mitchell authored
-
- 16 Jul, 2020 2 commits
-
-
Calvin Leung Huang authored
* sdk/gomod: remove dependency on vault * add vendored deps * sdk/testing: move reloadutil into internal package * re-vendor moved files
-
Austin Gebauer authored
-
- 10 Jul, 2020 1 commit
-
-
Calvin Leung Huang authored
-
- 08 Jul, 2020 1 commit
-
-
ncabatoff authored
-
- 07 Jul, 2020 1 commit
-
-
Sam Salisbury authored
- This version of gopsutil fixes the build for FreeBSD. - See https://github.com/shirou/gopsutil/pull/895
-
- 01 Jul, 2020 2 commits
-
-
Jim Kalafut authored
-
Brian Kassouf authored
-
- 30 Jun, 2020 1 commit
-
-
Scott Miller authored
* Carefully move changes from the plugin-cluster-reload branch into this clean branch off master. * Don't test this at this level, adequately covered in the api level tests * Change PR link * go.mod * Vendoring * Vendor api/sys_plugins.go
-
- 29 Jun, 2020 2 commits
-
-
Jason O'Donnell authored
Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
Theron Voran authored
Adds support for distributed groups claims on Azure, necessary when a user is a member of more than 200 groups.
-
- 26 Jun, 2020 1 commit
-
-
Clint authored
* add first stepwise test env, Docker, with example transit test * update transit stepwise test * add other tests that use stepwise * cleanup test, make names different than just 'transit' * return the stderr if compile fails with error * minor cleanups * minor cleanups * go mod vendor * cleanups * remove some extra code, and un-export some fields/methods * update vendor * remove reference to vault.CoreConfig, which really wasn't used anyway * update with go mod vendor * restore Precheck method to test cases * clean up some networking things; create networks with UUID, clean up during teardown * vendor stepwise * Update sdk/testing/stepwise/environments/docker/environment.go haha thanks :D Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * Update sdk/testing/stepwise/environments/docker/environment.go Great catch, thanks Co-authored-by: Michael Golowka <72365+pcman312@users.noreply.github.co...
-
- 24 Jun, 2020 2 commits
-
-
Jim Kalafut authored
-
Jason O'Donnell authored
* plugins/openldap: update go mod * go mod vendor
-
- 23 Jun, 2020 2 commits
-
-
Brian Kassouf authored
* initial work on improving snapshot performance * Work on snapshots * rename a few functions * Cleanup the snapshot file * vendor the safeio library * Add a test * Add more tests * Some review comments * Fix comment * Update physical/raft/snapshot.go Co-authored-by:
Alexander Bezobchuk <alexanderbez@users.noreply.github.com> * Update physical/raft/snapshot.go Co-authored-by:
Alexander Bezobchuk <alexanderbez@users.noreply.github.com> * Review feedback Co-authored-by:
Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
-
Clint authored
* Resolve merge conflicts and updates from running a test * move testing/_test.go over to legacy * updates * Add core of plugin test framework Stepwise (#9166) * adding stepwise testing, but there are protocol buff error :/ * move file and update sdk/go.mo * update/sync modules * update from other branch * update sdk/go.mod * some cleanups after feedback * remove enviornments from this PR * update vendor * change from running go mod tidy * change from go mod tidy * Update sdk/testing/stepwise/helpers.go Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * Update sdk/testing/stepwise/helpers.go Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * change panic to error * Update sdk/testing/stepwise/helpers.go return `nil` and not `err` at the end Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * Defer close() on successful Open of a file * document the re-creation of steps * Update sdk/testing/stepwise/stepwise.go Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * remove unused BarrierKeys() * Update sdk/testing/stepwise/stepwise.go Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * updates from feedback * fix return with bad arguments * Rename things: - StepOperation -> Operation - StepwiseEnvironment -> Environment - StepCheckFunc -> AssertionFunc - step.Check -> step.Assert * document the environment interface methods * rename EnvironmentOptions to MountOptions * rename Name to RegistryName * remove ExpectError because it's redundant * minor doc update * Update sdk/testing/stepwise/stepwise.go Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * add checkShouldRun function * remove redundant return * remove vestigial PreCheck function * add tt.Helper() to makeRequest * minor code formatting and document 1-based index for log output of Steps Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * minor updates * update sdk * use local reference for api, vault dep * Update sdk/testing/stepwise/stepwise.go Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com> * Update sdk/testing/stepwise/stepwise.go Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com> * cleanup some defer functions * call fatal if environment setup fails, and don't call teardown * defer re-setting client token in makeRequest * Move legacy logicaltest back to testhelpers * update mods and test files with go mod tidy * go mod vendor * remove relative replace directives * restore old logical test location * move declaration to main stepwise file * remove index var and use i+1 * add testing for write, delete paths of makeRequest * update stepwise core testing to do request counting * remove unused methods * Update sdk/testing/stepwise/stepwise.go remove dead line Co-authored-by:
Alexander Bezobchuk <alexanderbez@users.noreply.github.com> * Update sdk/testing/stepwise/stepwise.go fix capitalization in code comment Co-authored-by:
Alexander Bezobchuk <alexanderbez@users.noreply.github.com> * update code comments for SkipTeardown to clarify its use * update stepwise Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com> Co-authored-by:
Alexander Bezobchuk <alexanderbez@users.noreply.github.com>
-
- 19 Jun, 2020 1 commit
-
-
Jim Kalafut authored
-
- 18 Jun, 2020 1 commit
-
-
Michael Golowka authored
* Add password_policy field * Updated vault-plugin-secrets-azure to v0.6.1 * A bunch of other libraries also got updated at the same time because of the plugin update
-