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.
- 30 Oct, 2020 4 commits
-
-
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 3 commits
-
-
Chelsea Shaw authored
-
Hridoy Roy authored
* first commit * update * removed some ent features from backport * final refactor * backport patch Co-authored-by:
Hridoy Roy <hridoyroy@Hridoys-MacBook-Pro.local> Co-authored-by:
Hridoy Roy <hridoyroy@Hridoys-MBP.hitronhub.home>
-
Tom Proctor authored
-
- 26 Oct, 2020 14 commits
-
-
Vishal Nayak authored
* OCI: Don't store region in the backend struct * Update physical/oci/oci.go Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com> Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com>
-
Jason Witkowski authored
* Add ability to specify region for OCI Storage Backend * Fix capitalization in Vault documentation Co-authored-by:
Josh Black <raskchanky@users.noreply.github.com> Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Theron Voran authored
* UI/OIDC: allow passing namespace in state Suppport in the UI OIDC callback flow to parse namespace out of the state parameter instead of a separate query parameter in the redirect_uri. Includes docs for the option that enables this behavior in the JWT plugin. * 1.6 wordsmithing * pass_namespace_in_state -> namespace_in_state * re-wording * use strict equals Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Vishal Nayak authored
-
Calvin Leung Huang authored
-
Jeff Mitchell authored
* Consolidate locking for sys/health This avoids a second state lock read-lock on every sys/health hit * Address review feedback Co-authored-by:
Vishal Nayak <vishalnayakv@gmail.com> Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Calvin Leung Huang authored
* auth: store period value on tokens created via login * test: reduce potentially flaskiness due to ttl check * test: govet on package declaration * changelog++ * Temporarily remove CL entry * Add back the CL entry Co-authored-by:
Vishal Nayak <vishalnayakv@gmail.com>
-
Clint authored
* Add test for 400 status on missing token * Return logical.StatusBadRequest on missing token * remove commented out code Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Michael Golowka authored
Also expanded support for all DBs for root credential rotation & static credential rotation
-
Michael Golowka authored
-
Jeff Mitchell authored
Co-authored-by:
Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Theron Voran authored
In auth/aws, seal/awskms, and secrets/aws, storage/s3, and storage/dynamodb. One blurb for the docs pages and one for the .0 upgrade pages.
-
Tom Proctor authored
-
dr-db authored
-
- 23 Oct, 2020 3 commits
-
-
Aleksandr Bezobchuk authored
-
Byungjin Park (BJ) authored
-
Chelsea Shaw authored
Default objects should return a function to avoid breaking ember's idea of what a default value should look like (#10218)
-