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.
- 07 Jul, 2021 4 commits
-
-
Angel Garbarino authored
-
Angel Garbarino authored
* revert changes * changelog * add test coverage for max versions
-
Jason O'Donnell authored
* docs: add SSL connection example to oracle * Fix link * Add quotes to path
-
Nick Cabatoff authored
-
- 06 Jul, 2021 7 commits
-
-
Pratyoy Mukhopadhyay authored
-
swayne275 authored
* prototype function to retry irrevocable lease revocation, clean up comment * setup irrevocable lease revoke retry on expiration manager creation * reduce expiration lag to 1 hour, use core context and timeout on retry attempts * add lease namespace to revocation call * start irrevocable revocation attempts in setupExpiration * grab reference to channel to avoid race test failures
-
MilenaHC authored
* update snowflake database plugin to v0.2.0 * add changelog * update api-docs
-
Jason O'Donnell authored
* docs: fix link rendering for Oracle * Fix render
-
Nick Cabatoff authored
* `vault delete` and `vault kv delete` should allow the same output options as `vault write`, as delete operations can similarly return data. This is needed if you want to use control groups with deletion.
-
John-Michael Faircloth authored
* MongoDB Atlas: Add username customization docs * add changelog * remove changelog; it was added to the relevant go.mod update PR
-
John-Michael Faircloth authored
* Update mongodb atlas plugin version * go.mod was missing mongodbatlas plugin * add changelog * update build-go-dev circle ci job GOPROXY * Revert "update build-go-dev circle ci job GOPROXY" This reverts commit 0e6f339c . * ci: more complete go mod cache * ci: doc use of go list ./... to populate mod cache Co-authored-by:
Sam Salisbury <samsalisbury@gmail.com>
-
- 05 Jul, 2021 2 commits
-
-
Lars Lehtonen authored
-
Sam Salisbury authored
- Now we are not vendoring, the path needed to reflect that.
-
- 01 Jul, 2021 2 commits
-
-
John-Michael Faircloth authored
* [ldap] auth method fix request_timeout * add changelog * Update sdk/helper/ldaputil/config_test.go Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * Update sdk/helper/ldaputil/config_test.go Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * Update changelog/11975.txt Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
Mike Green authored
-
- 30 Jun, 2021 2 commits
-
-
Pratyoy Mukhopadhyay authored
* [VAULT-1982] Add metric for irrevocable leases * [VAULT-1982] Add metric for tracking worker count per queue * [VAULT-1982] Update external docs * [VAULT-1982] Add nil check on metrics sink * [VAULT-1982] Update metric name, fix access patterns * [VAULT-1982] Add locking when marking leases as irrevocable * [VAULT-1982] Remove workers per mount metric * [vault-1982] Misc review fixes * [VAULT-1982] minor refactor * [VAULT-1982] Add/update some comments
-
swayne275 authored
-
- 29 Jun, 2021 5 commits
-
-
swayne275 authored
-
Nick Cabatoff authored
-
Austin Gebauer authored
-
MilenaHC authored
* update elasticsearch database plugin to v0.8.0 * add changelog * update api-docs
-
Lars Lehtonen authored
* vault/external_tests/token: fix dropped test error * vault/external_tests/identity: fix dropped test errors
-
- 28 Jun, 2021 2 commits
-
-
swayne275 authored
* add leases path to sudo required set * update TestSystemBackend_RootPaths with new special privilege paths * note that list-leases requires sudo * minor typo fixes
-
Sam Salisbury authored
-
- 25 Jun, 2021 7 commits
-
-
Theron Voran authored
-
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
-
Jason O'Donnell authored
* plugins/ad: add rotate-role * Add doc * changelog * Add note about rotate-role in overview
-
Sam Salisbury authored
-
Theron Voran authored
Co-authored-by:
Tom Proctor <tomhjp@users.noreply.github.com>
-
Kendall Strautman authored
-
- 24 Jun, 2021 7 commits
-
-
hghaf099 authored
* diagnose: Add seal transit tls check * Fixing the path to the config file and the path to the cert files * Addressing comment * Addressing seal transit tls check comments
-
Jason O'Donnell authored
* agent/template: add default_lease_duration config * go mod tidy * Add changelog * Fix panic * Add documentation * Change to static_secret_render_interval * Update doc * Update command/agent/template/template.go Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> * Update changelog/11934.txt Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> * Update website/content/docs/agent/template-config.mdx Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
Hridoy Roy authored
* tls verification bugfix * tls verification bugfix * allow diagnose fail to report status when there are also warnings * allow diagnose fail to report status when there are also warnings * Update vault/diagnose/helpers_test.go Co-authored-by:
swayne275 <swayne275@gmail.com> * comments Co-authored-by:
swayne275 <swayne275@gmail.com>
-
mr-miles authored
* mongo doesnt allow periods in usernames * Update mongodb.mdx Update template in docs * Move replace to the end * Adding a test for dot replacement * Create 11872.txt
-
Marc Boudreau authored
* initializing resp variable with aa *logical.Response before using it to add warning for default-service or default-batch token type. Also adding guard around code that sets resp to a new logical.Response further on in the function. * adding changelog entry * renaming changelog file to match PR number
-
Hridoy Roy authored
* partial * fix raft panics and ensure checks are skipped if storage isnt initialized * cleanup directories * newline * typo in nil check * another nil check
-
Mike Wickett authored
-
- 23 Jun, 2021 2 commits
-
-
hghaf099 authored
* Fix diagnose panic when configuration file does not exist * Addressing comments * Update command/operator_diagnose.go Co-authored-by:
Hridoy Roy <roy@hashicorp.com> Co-authored-by:
Hridoy Roy <roy@hashicorp.com>
-
Nick Cabatoff authored
-