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.
- 18 Nov, 2021 1 commit
-
-
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
-
- 16 Nov, 2021 1 commit
-
-
Chelsea Shaw authored
-
- 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
-
- 08 Nov, 2021 1 commit
-
-
claire bontempo authored
* adds pagination to auth methods list * adds changelog
-
- 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
-
- 03 Nov, 2021 2 commits
-
-
Chris Capurso authored
* update Go version from 1.16.7 to 1.16.9 * changelog entry * make packages
-
Alvin Huang authored
-
- 01 Nov, 2021 2 commits
-
-
Chris Capurso authored
-
Meggie authored
-
- 28 Oct, 2021 2 commits
-
-
Alexander Scheel authored
* Revert to earlier go.mod, go.sum In #12952, merged as 94f2ef98 , I incorrectly ran `go get -u ...` instead of `go get ...`, causing unnecessary updates to be pulled. Revert go.mod, go.sum to their earlier versions. Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> * Update to hashicorp/go-kms-wrapping@v0.6.8 (fixed) Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com>
-
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>
-
- 25 Oct, 2021 1 commit
-
-
Austin Gebauer authored
-
- 20 Oct, 2021 1 commit
-
-
Vishal Nayak authored
* Fix entity alias deletion (#12834) * Fix entity alias deletion * Fix tests * Add CL * Remove 1.9 changes
-
- 19 Oct, 2021 2 commits
-
-
vinay-gopalan authored
-
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 Co-authored-by:
ludewigh <ludewigh@gmail.com>
-
- 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
-
- 06 Oct, 2021 1 commit
-
-
Meggie authored
-
- 05 Oct, 2021 5 commits
-
-
Meggie authored
-
Meggie authored
-
Sam Salisbury authored
Co-authored-by:
Meggie <meggie@hashicorp.com>
-
Steven Clark authored
Fix 1.8 regression preventing email addresses being used as common name within pki certificates (#12336) (#12716) (#12723) * Fix 1.8 regression preventing email addresses being used as common name within pki certs (#12336) * Add changelog
-
Scott Miller authored
* Upgrade go-kms-wrapping to pickup oci-go-sdk update * changelog
-
- 04 Oct, 2021 3 commits
-
-
Chelsea Shaw authored
* isFormInvalid should be false by default and update on keyup * Add changelog
-
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
-
-
divyapola5 authored
* Add missing read unlock calls in transit backend code * Correct formatting in changelog entry
-
- 27 Sep, 2021 4 commits
-
-
Meggie authored
-
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 1 commit
-
-
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>
-
- 21 Sep, 2021 2 commits
-
-
Calvin Leung Huang authored
* dep: update vault-plugin-secrets-openldap to v0.5.2 * add changelog entry
-
Nick Cabatoff authored
-
- 15 Sep, 2021 2 commits
-
-
divyapola5 authored
* Enforce Minimum cache size for transit backend * enfore minimum cache size and log a warning during backend construction * Update documentation for transit backend cache configuration * Added changelog * Addressed review feedback and added unit test * Modify code in pathCacheConfigWrite to make use of the updated cache size * Updated code to refresh cache size on transit backend without restart * Update code to acquire read and write locks appropriately
-
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>
-
- 14 Sep, 2021 1 commit
-
-
Angel Garbarino authored
* fix bug and add test coverage * changelog
-