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.
- 03 Jan, 2022 5 commits
-
-
Tim Peoples authored
* Update docs to reflect that TLS connection state is now available to plugins * Fix typo (D'oh!)
-
Austin Gebauer authored
-
Pascal Reeb authored
fix(docs-k8s-helm): changed server's podAntiAffinity labelSelector example to match helm default values (#13140)
-
Austin Gebauer authored
-
Kevin Wang authored
-
- 25 Dec, 2021 1 commit
-
-
Jeff Escalante authored
-
- 23 Dec, 2021 2 commits
-
-
VAL authored
-
Noel Quiles authored
* Update algolia-index.yml * Generate the file
-
- 22 Dec, 2021 7 commits
-
-
Vinny Mannello authored
-
Ben Ash authored
-
Noel Quiles authored
* Update <Subnav /> * Upgrade to latest/upgrade product downloads
-
VAL authored
-
Jose Diaz-Gonzalez authored
* docs: add a note regarding the backend => storage config key aliasing This was missing from upgrade docs and implemented in #2456. * Update website/content/docs/upgrading/upgrade-to-0.7.0.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com>
-
Steven Clark authored
* Attempt to address a data race issue within identity store * Testcase TestIdentityStore_LocalAliasInvalidations identified a data race issue. * This reverts the previous attempt to address the issue from #13093
-
Austin Gebauer authored
-
- 21 Dec, 2021 10 commits
-
-
Kevin Wang authored
-
Meggie authored
-
Meggie authored
* Adding upgrade note about 1.7.8 go version * Adding version bump while I'm at it
-
Meggie authored
-
Meggie authored
-
Ben Ash authored
Fixes an issue where the `replicateStateStore` was being set to `nil` upon consecutive calls to `client.SetReadYourWrites(true)`.
-
Anthony (Ryo) Wright authored
* Fixed null token panic from 'v1/auth/token/' endpoints and returned proper error response * added changelog entry for PR #13233 * changed error message from 'bad token' to 'null token' * rebased off of main * Revert "changed error message from 'bad token' to 'null token'" This reverts commit 381ed9b32c5ddd5e47adb1643ef7e46fb768bc76. * changed 'bad token' error message to 'invalid token' after revert * remove unnecessary vault-data folder
-
Matt Mukerjee authored
We don't check for errors in the consul storage TLS setup. We might fail here because of a missing certificate, bad permissions, etc. If anything is wrong, vault just ignores the issues and continues, resulting in a lot of confusion. Instead, lets return an error to the caller if this fails.
-
firingLi authored
* add tencentCloud plugin * add tencentCloud plugin * add tencentCloud plugin
-
Jordan Reimer authored
* fixes some flaky enterprise tests * more test fixes
-
- 20 Dec, 2021 6 commits
-
-
Scott Miller authored
* Changes to bring ENT in line with OSS for managed key changes * Revert this
-
Jonathan Ballet authored
* Improve databases documentation Fixed a bunch of formatting issues and broken JSON outputs. * Remove changelog entry * Apply suggestions from code review
-
Jack Halford authored
* Update entity-alias.mdx it was not clear for approle what the name should be the approle name or the role_id. * Update website/content/api-docs/secret/identity/entity-alias.mdx Co-authored-by:
Yoko Hyakuna <yoko@hashicorp.com> Co-authored-by:
Yoko Hyakuna <yoko@hashicorp.com>
-
Vasilii Angapov authored
Fix typo in Kubernetes policy example which prevents example from working.
-
Meggie authored
* Upgrade guidance updates from VLT-172 Trying to clarify some upgrade questions. Learn update to follow in separate PR. * Apply suggestions from code review Co-authored-by:
Nick Cabatoff <ncabatoff@hashicorp.com> Co-authored-by:
Nick Cabatoff <ncabatoff@hashicorp.com>
-
Ben Ash authored
Previously the `contained_db` parameter would only accept a string value despite the fact that field type is documented as a boolean.
-
- 18 Dec, 2021 2 commits
-
-
Tom authored
Co-authored-by:
tograla <tograla@gmail.com>
-
Carlos Cisneros, Jr authored
* Update index.mdx Fixed typo in Setup section of the Secrets Engine documentation. * Update index.mdx Remove line 112.
-
- 17 Dec, 2021 4 commits
-
-
Kaue Doretto Grecchi authored
This page is missing the `entity-alias` parameter description, available in the `vault token create --help` command
-
divyapola5 authored
* CLI changes for new mount tune config parameter allowed_managed_keys * Correct allowed_managed_keys description in auth and secrets * Documentation update for secrets and removed changes for auth * Add changelog and remove documentation changes for auth * removed changelog * Correct the field description * Replace - with : when listing certificate serials
-
Kevin Wang authored
* chore: `react-docs-page` * feat: data loader * chore: bump `next-mdx-remote` * chore: `showVersionSelect` * chore: bump react docs page * chore: bump react docs page
-
Jordan Reimer authored
* Update browserslist * Add browserslistrc * ember-cli-update --to 3.26, fix conflicts * Run codemodes that start with ember-* * More codemods - before cp* * More codemods (curly data-test-*) * WIP ember-basic-dropdown template errors * updates ember-basic-dropdown and related deps to fix build issues * updates basic dropdown instances to new version API * updates more deps -- ember-template-lint is working again * runs no-implicit-this codemod * creates and runs no-quoteless-attributes codemod * runs angle brackets codemod * updates lint:hbs globs to only touch hbs files * removes yield only templates * creates and runs deprecated args transform * supresses lint error for invokeAction on LinkTo component * resolves remaining ambiguous path lint errors * resolves simple-unless lint errors * adds warnings for deprecated tagName arg on LinkTo components * adds warnings for remaining curly component invocation * upd...
-
- 16 Dec, 2021 3 commits
-
-
Meggie authored
This way we can have an OSS action, and an ENT action. We'll be able to keep the backport-assistant workflows the same on OSS and ENT for normal PRs, and have a separate labeling system on OSS for docs backports. We should delete the backport-docs.yml file on ENT.
-
Scott Miller authored
* Move KmsLibrary code to the ent side of config parsing * Normalize config.go * Nope, needs to be result
-
Jason O'Donnell authored
* update gcp auth * go mod tidy
-