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.
- 29 Mar, 2022 8 commits
-
-
Chris Capurso authored
* add value length check to approle createHMAC * add changelog entry * fix changelog entry
-
Steven Clark authored
- Add some extra validation that the certificates issued and generated are signed by the expected public keys
-
Loann Le authored
-
Joel Kenny authored
This commit adds high-availability support to the CockroachDB backend. The locking strategy implemented is heavily influenced from the very similar Postgres backend.
-
Angel Garbarino authored
* setup * fix mode issue * actions * readonly styling * remove ivycodemirror from package json * wip * test coverage for json editor * text fixes * fix tests * fix cursor issue * changelog * clean up * fix * address pr comments * unused css and it overides other styling. * fix * fix comment
-
claire bontempo authored
-
Ben Ash authored
The URL password redaction operation did not handle the case where the database connection URL was provided as a percent-encoded string, and its password component contained reserved characters. It attempted to redact the password by replacing the unescaped password in the percent-encoded URL. This resulted in the password being revealed when reading the configuration from Vault.
-
Jordan Reimer authored
-
- 28 Mar, 2022 2 commits
-
-
Anton Averchenkov authored
-
Chris Capurso authored
* go-secure-stdlib/parseutil to v0.1.4 * add TypeCommaStringSlice for json.Number * add changelog entry * upgrade go-secure-stdlib/parseutil to v0.1.4 in sdk * move json number TypeCommaStringSlice test * go mod download for api; go mod tidy
-
- 27 Mar, 2022 1 commit
-
-
Loann Le authored
* added new lambda extension doc * Suggestion to split the commands into individual code block (#14719) * Suggestion to split the commands into individual code block * Update lambda-extension-cache.mdx * Update lambda-extension-cache.mdx Co-authored-by:
Yoko Hyakuna <yoko@hashicorp.com>
-
- 25 Mar, 2022 1 commit
-
-
Michele Degges authored
👋 This PR adds a `.release/release-metadata.hcl` file to the repo. This contains static metadata that will be processed and sent as part of the payload in RelAPI POST requests, which will be sent when staging and production releases are triggered. This can be merged now, but will not have any effect until after the RelAPI launch. This will need to be backported to all active release branches, as well. Similar additions are being added across all projects that publish to releases.hashicorp.com.
-
- 24 Mar, 2022 15 commits
-
-
Chris Capurso authored
* upgrade go-secure-stdlib/kv-builder to v0.1.2 * add kv test to ensure single backslash values no longer panic * add changelog entry
-
VAL authored
* Warn on upper case in policy name * Rename name variable to be less confusing * Use more general solution for other string issues * Clarify changelog * Remove unnecessary check * Don't throw CLI warning until after past errors * Add before and after names with quotes to show spacing changes
-
Chris Capurso authored
* return error from getRuleInfo if rule contains empty slice to prevent panic * add changelog entry
-
Austin Gebauer authored
-
akshya96 authored
* fix help panic * add changelog entry
-
Loann Le authored
-
Anton Averchenkov authored
-
Austin Gebauer authored
-
Scott Miller authored
-
Jordan Reimer authored
-
Loann Le authored
-
Loann Le authored
-
Loann Le authored
* added known issues * Update upgrade-to-1.10.x.mdx
-
Loann Le authored
-
Loann Le authored
* fixed version number * added redirect for rn
-
- 23 Mar, 2022 10 commits
-
-
Anton Averchenkov authored
-
Anton Averchenkov authored
-
Steven Clark authored
* Misc PKI code fixes. - Harden the code base a bit adding default's to switch statements to various error handlers and processing statements. - Fixup some error messages to include proper values we support. * Additional default case missing within PKI * Fix typo in PKI error message
-
Ryan Cragun authored
Use the latest version of the actions-packaging-linux@v1 to ensure that .deb and .rpm artifacts are generated with release. Signed-off-by:
Ryan Cragun <me@ryan.ec>
-
Austin Gebauer authored
* identity/oidc: updates documentation for PKCE, client types, and default resources * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by:
John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Update website/content/docs/secrets/identity/oidc-provider.mdx Co-authored-by:
John-Michael Faircloth <fairclothjm@users.noreply.github.com> * Adds note to upgrade guide * Update website/content/api-docs/secret/identity/oidc-provider.mdx Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * Update website/content/docs/concepts/oidc-provider.mdx Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * list default key details * stronger emphasis in upgrade guide Co-authored-by:
John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
Austin Gebauer authored
-
AnPucel authored
Editing script to dynamically scrape plugins from "registry.go"
-
Meggie authored
-
Austin Gebauer authored
-
Meggie authored
-
- 22 Mar, 2022 3 commits
-
-
mickael-hc authored
-
John-Michael Faircloth authored
* docs/multiplexing: overhaul plugin documentation * update nav data * remove dupe nav data * add external plugin section to index * move custom plugin backends under internals/plugins * remove ref to moved page * revert moving custom plugin backends * add building plugins from source section to plug dev * add mux section to plugin arch * add mux section to custom plugin page * reorder custom database page * use 'external plugin' where appropriate * add link to plugin multiplexing * fix example serve multiplex func call * address review comments * address review comments * Minor format updates (#14590) * mv Plugins to top-level; update upgrading plugins * update links after changing paths * add section on external plugin scaling characteristics * add updates on plugin registration in plugin management page * add plugin learn resource * be more explicit about mux upgrade steps; add no...
-
Jordan Reimer authored
* removes renderTemplate usages * adds _super to setupController override in oidc-callback route
-