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.
- 06 Dec, 2021 1 commit
-
-
claire labry authored
* add .release for crt * crt onboarding: unignore ci.hcl * adding build.yml file * adding make target for versioning and versioning script * merge make version * update path to version file * update build.yml for vault make target * pass version string to make build * pass version in env * pass version to go build * set workdir for npm/yarn install * set setup-node cache-dependency-path * specific setup-node action version * quote dependency path * use setup-node yarn cache * rename setup node/yarn step * add a bit of output to the make build * apply yarn action change to all os/arch * debug path * debug go bin dir * update packaging action * move go gets to build * more debugging go env * install go tools for local os/arch * copy GOHOSTOS/ARCH to GOOS/ARCH * only pass goos/arch to build step * try go mod vendor in build step * apply 386 fixes to other arches * adding docker action * adding docker directory * revising dockerfile * sneaky build change didnt get pushed in previous commit * removing unnecessary docker things * specify target in action steps and Dockerfile * cleaning up some redundant cmds * removing workdir and updaing copy command * moving dockerfile to root * adding generate metadata action * reorganize build yaml * use correct linux package names * remove message_template from notification * tidying up * only specify go output dir * pass commit sha to ldflags * pass sha to build * the -X is important * Do a Build! * add notarize darwin arm64 event to ci.hcl * adding vault specific linux packaging * doin some rearranging * update build matrix and makefile * set go111module=off for tools setup * disable darwin arm64 notorization on 1.7 * add rpm signing workflow * update release branch name to real release branch * make ci-config * update notification channel * feedback from 1.9 PR * linux packaging fix * linux packaging fix * add cgo_enabled:0 Co-authored-by:
Kyle Penfound <kpenfound11@gmail.com>
-
- 30 Nov, 2021 1 commit
-
-
Meggie authored
-
- 26 Nov, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 25 Nov, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 18 Nov, 2021 2 commits
-
-
Jordan Reimer authored
* fixes issue with oidc auth method when MetaMask chrome extenstion is used * adds changelog entry * updates auth-jwt integration tests * fixes race condition in runCommands ui-panel helper method where running multiple commands would not always result in the same output order
-
Jordan Reimer authored
* fixes issue restoring raft snapshot * adds changelog entry
-
- 17 Nov, 2021 1 commit
-
-
swayne275 authored
* don't log token error on DR Secondary * stop gauge collector expiration errors on dr secondary * don't check dr secondary for token create * see if CI hits panic * Revert "don't check dr secondary for token create" This reverts commit c036a1a544d3a20d29d046f1ee239ab1563ce4d9. * don't check dr secondary for token create * Revert "see if CI hits panic" This reverts commit 1e15aa535cac6e4d1684aaf47c8746c094068eb8. * remove condition on log
-
- 09 Nov, 2021 1 commit
-
-
swayne275 authored
* update activity log to use core's activeContext for cleaner worker termination * update tests to use core activeContext instead of generic context * pass context around instead * revert context change * undo test context changes * change worker context * accidentally undid context for fcn signature changes
-
- 04 Nov, 2021 2 commits
-
-
Meggie authored
-
Jordan Reimer authored
* fixes issue with pgp list file input count not matching key shares number * adds changelog entry
-
- 01 Nov, 2021 2 commits
- 29 Oct, 2021 1 commit
-
-
Alexander Scheel authored
* Update to hashicorp/go-kms-wrapping@v0.6.8 Co-authored-by:
Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Add documentation around Managed HSM KeyVault This introduces the "resource" config parameter and the AZURE_AD_RESOURCE environment variable from the updated go-kms-wrapping dependency. Co-authored-by:
Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Add changelog entry for g-k-w changes Includes changes from @stevendpclark. Co-authored-by:
Rachel Culpepper <84159930+rculpepper@users.noreply.github.com> Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by:
Rachel Culpepper <84159930+rculpepper@users.noreply.github.com>
-
- 20 Oct, 2021 2 commits
-
-
Jason O'Donnell authored
* Fix auth/aws so that config/rotate-root saves new key pair to vault (#12715) * test: add test to verify Vault storage is updated * bug: fix config/rotate-root to store new key * choir: fix changelog name to match PR * go get & go mod tidy * go mod vendor Co-authored-by:
ludewigh <ludewigh@gmail.com>
-
Vishal Nayak authored
* Fix entity alias deletion (#12834) * Fix entity alias deletion * Fix tests * Add CL * Remove 1.9 changes
-
- 19 Oct, 2021 1 commit
-
-
vinay-gopalan authored
-
- 14 Oct, 2021 1 commit
-
-
Pratyoy Mukhopadhyay authored
* Disallow alias creation if entity/accessor combination exists * Add changelog * Address review comments * Add handling to aliasUpdate, some field renaming * Update tests to work under new entity-alias constraint * Add check to entity merge, other review fixes * Log duplicated accessors only once * Fix flaky test * Add note about new constraint to docs * Update entity merge warn log
-
- 11 Oct, 2021 1 commit
-
-
Chelsea Shaw authored
* Update changelog link * Update test
-
- 05 Oct, 2021 1 commit
-
-
Sam Salisbury authored
-
- 04 Oct, 2021 2 commits
-
-
Calvin Leung Huang authored
* Upgrade pq to fix connection failure cleanup bug (v1.8.0 => v1.10.3) * Run go mod tidy after `go get -u github.com/lib/pq` * include changelog/12413.txt # Conflicts: # go.sum Co-authored-by:
Ian Ferguson <ian.ferguson@datadoghq.com>
-
hghaf099 authored
* Fix a Deadlock on HA leadership transfer when standby was actively forwarding a request fixes GH #12601 * adding the changelog
-
- 29 Sep, 2021 1 commit
-
-
Meggie authored
-
- 28 Sep, 2021 1 commit
-
-
Meggie authored
-
- 27 Sep, 2021 3 commits
-
-
Meggie authored
-
Calvin Leung Huang authored
* core: set namespace from the sysview's mount entry on GeneratePasswordFromPolicy * test: update TestDynamicSystemView to be ns-aware, update tests * add changelog entry
-
Tom Proctor authored
* test: pin docker image on postgres to 13.4-buster * test: update all tests that uses postgres image to use 13.4-buster Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
- 22 Sep, 2021 2 commits
-
-
Calvin Leung Huang authored
* port of ldap fix for early cred rotation * some more porting * another couple lines to port * final commits before report * remove deadlock * needs testing * updates * Sync with OpenLDAP PR * Update the update error handling for items not found in the queue * WIP unit tests * Need to configure DB mount correctly, with db type mockv5 * Need to find a way to inject errors into that mock db * throw error on role creation failure * do not swallow error on role creation * comment out wip tests and add in a test for disallowed role * Use newly generated password in WAL Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> * return err on popFromRotationQueueByKey error; cleanup on setStaticAccount * test: fix TestPlugin_lifecycle * Uncomment and fix unit tests * Use mock database plugin to inject errors * Tidy test code to rely less on code internals where possible * Some stronger test assertions * Undo logging updates * Add changelog * Remove ticker and background threads from WAL tests * Keep pre-existing API behaviour of allowing update static role to act as a create * Switch test back to update operation * Revert my revert, and fix some test bugs * Fix TestBackend_StaticRole_LockRegression * clean up defer on TestPlugin_lifecycle * unwrap reqs on cleanup * setStaticAccount: don't hold a write lock * TestStoredWALsCorrectlyProcessed: set replication state to unknown Co-authored-by:
Tom Proctor <tomhjp@users.noreply.github.com> Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> Co-authored-by:
Hridoy Roy <roy@hashicorp.com> Co-authored-by:
Tom Proctor <tomhjp@users.noreply.github.com> Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com>
-
Clint authored
Querying the state before launching the go routine avoids a possible race condition with replication. Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
- 21 Sep, 2021 2 commits
-
-
Calvin Leung Huang authored
* dep: update vault-plugin-secrets-openldap to v0.4.1 * add changelog entry * go mod vendor and go mod tidy
-
Nick Cabatoff authored
-
- 16 Sep, 2021 1 commit
-
-
Arnav Palnitkar authored
* Handle api explorer routing error - For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError - As a fix treat this particular error as success since it doesn't interfere in the routing - Reference: https://github.com/emberjs/ember-test-helpers/issues/332 * Added changelog
-
- 15 Sep, 2021 2 commits
-
-
Scott Miller authored
* WIP: Unset the certificate's SignatureAlgorithm to allown cross-signing of different key types * Allow signing self issued certs with a different public key algorithm * Remove cruft * Remove stale import * changelog * eliminate errwrap * Add a test to cover the lack of opt-in flag * Better comment Co-authored-by:
catsby <clint@ctshryock.com> Co-authored-by:
catsby <clint@ctshryock.com>
-
Nick Cabatoff authored
-
- 13 Sep, 2021 1 commit
-
-
Theron Voran authored
Byte slices returned from Bolt are only valid during a transaction, so this makes a copy. Co-authored-by:
Tom Proctor <tomhjp@users.noreply.github.com>
-
- 01 Sep, 2021 1 commit
-
-
Hridoy Roy authored
-
- 26 Aug, 2021 1 commit
-
-
Meggie authored
-
- 25 Aug, 2021 1 commit
-
-
Sam Salisbury authored
-
- 24 Aug, 2021 1 commit
-
-
Pratyoy Mukhopadhyay authored
* [VAULT-3268] Upgrade go to 1.15.15 * [VAULT-3268] Update remaining circleci executors, readme * [VAULT-3268] Add changelog * [VAULT-3268] Update go version in dockerfile.ui * [VAULT-3268] Update sdk version * [VAULT-3268] Update go_test go version
-
- 23 Aug, 2021 1 commit
-
-
Pratyoy Mukhopadhyay authored
-
- 20 Aug, 2021 1 commit
-
-
Pratyoy Mukhopadhyay authored
* [VAULT-3226] Use os.rename on windows os * [VAULT-3226] Add changelog
-