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.
- 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 6 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 notes on when to avoid db muxing * add plugin upgrade built-in section * add caveats to built-in plugin upgrade * improvements to built-in plugin override * formatting, add redirects, correct multiplexing use case * fix go-plugin link * Apply suggestions from code review Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * remove single item list; add link to Database interface Co-authored-by:
Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com>
-
Jordan Reimer authored
* removes renderTemplate usages * adds _super to setupController override in oidc-callback route
-
Loann Le authored
* create release notes file * added content for Tranform FPE * fixed spelling errors * modified content for scaling db plugins * updated based on feedback * more feedback * removed integrated storage enhancements per feedback * removed extra wording * fixed broken link * updated verbage for db2 support based on feedback * added link to readme for caching * fixed broken link * fixed out of place text * added another known issue * modified text * changed forward statement * added note
-
Loann Le authored
-
Steven Clark authored
* Add error check when looking up public key info for a managed key within PKI * Trap use case that an unknown public key is returned to PKI through managed keys
-
- 21 Mar, 2022 9 commits
-
-
Jordan Reimer authored
* removes usages of Ember global * removes instances of dot access on runloop and computed functions * updates cancelTimers import
-
Jordan Reimer authored
-
Angel Garbarino authored
-
Alexander Scheel authored
This syncs the deletion text from one of Josh's PRs into OSS to be visible on the website. Suggested by Nick. Co-authored-by:
Josh Black <raskchanky@users.noreply.github.com> Co-authored-by:
Nick Cabatoff <ncabatoff@hashicorp.com> Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com> Co-authored-by:
Josh Black <raskchanky@users.noreply.github.com> Co-authored-by:
Nick Cabatoff <ncabatoff@hashicorp.com>
-
Nick Cabatoff authored
-
Chelsea Shaw authored
-
Jordan Reimer authored
-
Lars Lehtonen authored
-
Victor Rodriguez authored
Double the timeout for requests in the dbplugin test helpers to avoid sporadic test failures. (#14610)
-