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.
- 06 May, 2021 1 commit
-
-
Tom Proctor authored
-
- 05 May, 2021 3 commits
-
-
Scott Miller authored
* Add an Int64 type * Use the new Int64 type so that even 32 bit builds can specify max_operations above 2^31 * Missed a spot * go mod vendor * fix cast * changelog * Update unit test to ensure this works on both 32 and 64-bit archs
-
Brandon Romano authored
-
Sam Salisbury authored
-
- 04 May, 2021 10 commits
-
-
Calvin Leung Huang authored
-
swayne275 authored
-
Jason O'Donnell authored
-
Josh Black authored
-
Scott Miller authored
* Expose unknown fields and duplicate sections as diagnose warnings * section counts not needed, already handled * Address PR feedback * Prune more of the new fields before tests call deep.Equals * Update go.mod
-
Scott Miller authored
When running under systemd, send notifications about server startup, shutdown, and config reload (#11517)
-
Chelsea Shaw authored
* Upgrade ember-cli-storybook, ember-cli-browserstack, add resolutions * Swap out custom DurationJS for current
-
Hridoy Roy authored
-
Mike Wickett authored
-
Nick Cabatoff authored
-
- 03 May, 2021 6 commits
-
-
swayne275 authored
* build out zombie lease system * add typo for CI * undo test CI commit * time equality test isn't working on CI, so let's see what this does... * add unrecoverable proto error, make proto, go mod vendor * zombify leases if unrecoverable error, tests * test fix: somehow pointer in pointer rx is null after pointer rx called * tweaks based on roy feedback * improve zombie errors * update which errors are unrecoverable * combine zombie logic * keep subset of zombie lease in memory
-
Meggie authored
-
Kendall Strautman authored
* style: update gray brand colors (#11092) * Style: Update brand colors (#11224) * style: update brand colors * chore: upgrade react-components * style: update use cases page btn --> vault brand * chore: home page component api updates * style: fix link colors * run npm audit * upgrade downloads page * typo fixes * fix husky, run lint * roll back husky upgrade * style(home callouts): body copy gray -2 * style: testing hashi-stack-menu prerelease * style: upgrade components --> color contrast (#11328) * chore: upgrades components w/ new styles * refactor(use-cases pages): to use FeaturedSlider component * style(BeforeAfterDiagram): swap check icon * style(use-cases-cta): adjust background color --> vault primary * chore(community): pass to VerticalBlockTextList * chore(deps): adds tippy.js * chore(deps): upgrade product downloads pre-release * fix(subnav): use asPath to set active item * chore: upgra...
-
Jason O'Donnell authored
-
Scott Miller authored
* Update CONTRIBUTOR.md with more guidelines * Add the UI component * Strengthen issue-before-pr language * move changelog section * UI section polish * Soften PR issue language
-
Vishal Nayak authored
* Use correct mount accessor when refreshing external group memberships * Add CL * Handle the renew case properly
-
- 02 May, 2021 2 commits
-
-
Hridoy Roy authored
* Create helpers which integrate with OpenTelemetry for diagnose collection * Go mod vendor * consul tls checks * draft for storage end to end check * Comments * Update vault/diagnose/helpers.go Co-authored-by:
swayne275 <swayne275@gmail.com> * Add unit test/example * tweak output * More comments * add spot check concept * Get unit tests working on Result structs * Fix unit test * Get unit tests working, and make diagnose sessions local rather than global * Comments * Last comments * No need for init * :| * Fix helpers_test * cleaned up chan logic. Tests next. * fix tests * remove a comment * tests * remove a comment * run direct access checks in diagnose command * review comments Co-authored-by:
Scott G. Miller <smiller@hashicorp.com> Co-authored-by:
swayne275 <swayne275@gmail.com>
-
Hridoy Roy authored
* Create helpers which integrate with OpenTelemetry for diagnose collection * Go mod vendor * consul tls checks * draft for storage end to end check * Comments * Update vault/diagnose/helpers.go Co-authored-by:
swayne275 <swayne275@gmail.com> * Add unit test/example * tweak output * More comments * add spot check concept * Get unit tests working on Result structs * Fix unit test * Get unit tests working, and make diagnose sessions local rather than global * Comments * Last comments * No need for init * :| * Fix helpers_test * cleaned up chan logic. Tests next. * fix tests * remove a comment * tests * remove a comment * cosmetic changes Co-authored-by:
Scott G. Miller <smiller@hashicorp.com> Co-authored-by:
swayne275 <swayne275@gmail.com>
-
- 30 Apr, 2021 2 commits
-
-
Clint authored
* Update Agent Auth with GCP to use new SignJWT endpoint * use iamcredentials name instead of renaming the package on import * add changelog * Update changelog/11473.txt Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
Scott Miller authored
-
- 29 Apr, 2021 2 commits
-
-
Scott Miller authored
* Create helpers which integrate with OpenTelemetry for diagnose collection * Go mod vendor * Comments * Update vault/diagnose/helpers.go Co-authored-by:
swayne275 <swayne275@gmail.com> * Add unit test/example * tweak output * More comments * add spot check concept * Get unit tests working on Result structs * Fix unit test * Get unit tests working, and make diagnose sessions local rather than global * Comments * Last comments * No need for init * :| * Fix helpers_test Co-authored-by:
swayne275 <swayne275@gmail.com>
-
swayne275 authored
* build out zombie lease system * add typo for CI * undo test CI commit * time equality test isn't working on CI, so let's see what this does... * protect against nil pointer receiver calls
-
- 28 Apr, 2021 3 commits
-
-
Hridoy Roy authored
* consul tls checks * fix some tests * complete physical and service registration tls checks
-
Meggie authored
* Adding a storage concepts page It very briefly covers some considerations for taking backups. * Apply suggestions from code review Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com> Co-authored-by:
Jim Kalafut <jkalafut@hashicorp.com> * Updated with some additional comments * Attempt to further clarify sensitivity * Update storage.mdx * More on "Why backup?" Added HashiConf talk link. * Update website/content/docs/concepts/storage.mdx Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <cleung2010@gmail.com> Co-authored-by:
Jim Kalafut <jkalafut@hashicorp.com> Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
Sam Salisbury authored
-
- 27 Apr, 2021 4 commits
-
-
Vishal Nayak authored
* Autopilot: Return leader info via delegate * Pull in the new raft-autopilot lib dependencies * update deps * Add CL
-
Artur Frysiak authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
- 26 Apr, 2021 7 commits
-
-
Josh Black authored
-
Nick Cabatoff authored
-
Lars Lehtonen authored
-
Zachary Shilton authored
* website: bump to latest nextjs-scripts prerelease * website: run generate:readme to update website readme blocks * website: revert bump to nextjs-scripts, deferred
-
Jason O'Donnell authored
-
Chelsea Shaw authored
-
Nick Cabatoff authored
-