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.
- 14 Jan, 2021 8 commits
-
-
Hridoy Roy authored
-
Hridoy Roy authored
-
Hridoy Roy authored
-
Hridoy Roy authored
-
Hridoy Roy authored
-
Hridoy Roy authored
-
Mike Wickett authored
-
Brandon Romano authored
-
- 13 Jan, 2021 3 commits
-
-
Lauren Voswinkel authored
* Update Snowflake docs Snowflake docs had an issue, `DEFAULT ROLE` should be `DEFAULT_ROLE` * Update docs to show an actual username
-
Michael Golowka authored
-
Calvin Leung Huang authored
-
- 12 Jan, 2021 1 commit
-
-
Eugene R authored
* add an Aerospike storage backend * go mod vendor * add Aerospike storage configuration docs * review fixes * bump aerospike client to v3.1.1 * rename the defaultHostname variable * relocate the docs page
-
- 11 Jan, 2021 2 commits
-
-
Chelsea Shaw authored
* Fix shape of response anticipated from feature-flags endpoint * Add changelog
-
Mike Wickett authored
-
- 08 Jan, 2021 1 commit
-
-
Hridoy Roy authored
* move entropy augmentation in cert gen to oss * changelog * go mod vendor * updated helpers to allow custom entropy * comments * comments
-
- 07 Jan, 2021 6 commits
-
-
Scott Miller authored
* Add NIST guidance on rotating keys used for AES-GCM encryption * Capture more places barrier encryption is used * spacing issue * Probabilistically track an estimated encryption count by key term * Un-reorder imports * wip * get rid of sampling
-
Theron Voran authored
Describes the setup and config for using multiple injector replicas with auto and manual TLS. Co-authored-by:
Tom Proctor <tomhjp@users.noreply.github.com>
-
Chelsea Shaw authored
* Redirect to url with namespace param if user logged into root namespace without permission * Feature flag service for managing flags * Redirect with namespace query param if no current namespace param AND managed root namespace set * Test coverage for managed namespace changes * Handle null body case on feature-flag response, add pretender route for feature-flags on shamir test
-
Zachary Shilton authored
* Bump react-scripts to v14 * Pull in latest dependencies * Replace text-and-content on home page * WIP replace text-and-content on use case pages * Finish removing text-and-content from use-case pages * Remove text-and-content completely * Add logo-grid dep, fix style import * Remove unneeded indirect deps
-
Scott Miller authored
* Make the error response to the sys/internal/ui/mounts with no client token consistent * changelog * Don't test against an empty mount path * One other spot * Instead, do all token checks first and early out before even looking for the mount
-
Lauren Voswinkel authored
* Adding snowflake as a bundled database secrets plugin * Add snowflake-database-plugin to expected bundled plugins * Add snowflake plugin name to the mockBuiltinRegistry
-
- 06 Jan, 2021 3 commits
-
-
Mark Gritter authored
* Added sys/internal/ui/feature-flags endpoint. * Added documentation for new API endpoint. * Added integration test. Co-authored-by:
swayne275 <swayne@hashicorp.com>
-
Angel Garbarino authored
* cannot do full refresh of page, so set the current URL instead of using the toggle * add comment remove pauseTest * remove * check for namespace in toggle
-
Jim Kalafut authored
-
- 05 Jan, 2021 3 commits
-
-
Lauren Voswinkel authored
* Add snowflake docs to the website * Update navs * Add Snowflake to the DB Capabilities table
-
Jason O'Donnell authored
* docs: update vault-helm for 0.9.0 * Fix typo in leaderElector config * Add default value to ttl * Update website/content/docs/platform/k8s/helm/configuration.mdx Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> * Update website/content/docs/platform/k8s/helm/configuration.mdx Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> * Update website/content/docs/platform/k8s/helm/configuration.mdx Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> * Add affinity default for injector * Update website/content/docs/platform/k8s/helm/configuration.mdx Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
Scott Miller authored
* removing extra information from the returned error, to avoid leaking it to unauthenticated requests * removing extra information from the returned error, to avoid leaking it to unauthenticated requests * Changelog entry for #10516 * Change the error message in a way that is retains the HTTP status code * Change changelog file num * And right back where we started... Co-authored-by:
bruj0 <ramakandra@gmail.com>
-
- 04 Jan, 2021 7 commits
-
-
Angel Garbarino authored
* fix issue with model not reloading on href-to previously tried to fix after upgrade. * replace with normalizednamepsace and setup for testing * add the same functionality to the switch namespace link * meep, wrong branch * wow it's friday, correct branch * add changelog for upgrade, didn't do earlier. * another friday move * correct change to changelog for ember upgrade * remove and make another pr * remove href-to dep and add comment
-
Michael Golowka authored
-
Angel Garbarino authored
* setup for concept it works, but probably not the best solution * add comment and remove console and test var * use normalize path higher up to fix issu * add test for bug that fixing * forgot a couple of changes * changelog
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Nick Cabatoff authored
Test was failing (once we specified the expected error to check) because when we create a token via the TokenStore, without registering the lease in the expiration manager, lookupInternal will see that there is an expiring token with no lease and delete it immediately, yielding the "no parent found" error.
-
Nick Cabatoff authored
-
- 23 Dec, 2020 1 commit
-
-
Jace Tan authored
This commit fixes a typo in the operator init -status flag's usage description and aligns it with that found on https://www.vaultproject.io/docs/commands/operator/init#status.
-
- 22 Dec, 2020 2 commits
-
-
Nick Cabatoff authored
-
Scott Miller authored
* removing extra information from the returned error, to avoid leaking it to unauthenticated requests * removing extra information from the returned error, to avoid leaking it to unauthenticated requests * Change the error message in a way that is retains the HTTP status code Co-authored-by:
bruj0 <ramakandra@gmail.com>
-
- 18 Dec, 2020 3 commits
-
-
Nick Cabatoff authored
-
swayne275 authored
* fix setting enable, update tests * improve wording * fix typo - left the testing enabled set in originally * improve warning handling * move from nested if to switch - TIL
-
Angel Garbarino authored
-