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.
- 10 Nov, 2020 2 commits
-
-
Josh Black authored
-
Josh Black authored
* update sdk and go mod vendor * update go version
-
- 09 Nov, 2020 3 commits
-
-
Josh Black authored
-
Chelsea Shaw authored
-
Tom Proctor authored
* Error on root rotation when username is empty * Don't panic if the field doesn't exist Co-authored-by:
Michael Golowka <72365+pcman312@users.noreply.github.com>
-
- 06 Nov, 2020 1 commit
-
-
Scott Miller authored
* Fix quota conflict error (#10285) Co-authored-by:
Scott Miller <smiller@hashicorp.com> * Backport last quota fix changes to OSS (#10335) * Backport last quota fix changes to OSS * Get all unit tests * dupe test Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
- 05 Nov, 2020 1 commit
-
-
Mark Gritter authored
-
- 04 Nov, 2020 2 commits
-
-
Chelsea Shaw authored
-
Chelsea Shaw authored
Update query params sent to activity endpoint so that they aren't rounded incorrectly (#10322) (#10326)
-
- 02 Nov, 2020 6 commits
-
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Meggie authored
-
- 31 Oct, 2020 2 commits
-
-
Sam Salisbury authored
-
swayne275 authored
* merge activity log invalidation work from vault-enterprise PR 1546 * skip failing test due to enabled config on oss
-
- 30 Oct, 2020 6 commits
-
-
Mark Gritter authored
* Reintroduce a feature flag to disable the activity log entirely. * Add log message when disabled.
-
Meggie authored
-
Hridoy Roy authored
* backport PR * backport PR
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Sam Salisbury authored
-
- 29 Oct, 2020 12 commits
-
-
Brian Kassouf authored
* Backport some OSS changes * go mod vendor
-
Theron Voran authored
-
Theron Voran authored
-
aphorise authored
-
akosuadenell authored
-
Vishal Nayak authored
added test for concurrency call of remount handler and proposed fix for logic to avoid duplication of mount names (#10264) Co-authored-by:
bruj0 <ramakandra@gmail.com>
-
Vishal Nayak authored
-
Matt Greenfield authored
Vault uses http.ServeMux which issues an HTTP 301 redirect if the request path contains a double slash (`//`). Additionally, vault handles all paths to ensure that the path only contains printable characters. Therefore use the same validation on the to/from parameters for remounting. Not doing this can result in a Vault mount that was originally mounted at `pki/foo` to being remounted at `pki/foo//bar` resulting in mounts that cannot be accessed. Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Hridoy Roy authored
-
Hridoy Roy authored
* change active node metric name * comment to see if commit is fine Co-authored-by:
Hridoy Roy <hridoyroy@Hridoys-MacBook-Pro.local>
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
- 28 Oct, 2020 4 commits
-
-
Jonas-Taha El Sesiy authored
* Add support for Managed Identity auth for physical/Azure Obtain OAuth token from IMDS to allow for access to Azure Blob with short-lived dynamic credentials Fix #7322 * add tests & update docs/dependencies
-
Chelsea Shaw authored
* Add Learn More Here link to vault learn pricing metrics tutorial * Fix spacing Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Scott Miller authored
Wrap the dev logs in a sync.Once and deregister first, to eliminate the possibility of emitting the dev output twice in a race. (#10258)
-
Jason O'Donnell authored
-
- 27 Oct, 2020 1 commit
-
-
Chelsea Shaw authored
-