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.
- 07 May, 2021 5 commits
-
-
Jeffrey Hogan authored
-
Nick Cabatoff authored
-
Lars Lehtonen authored
-
Dave D'Amico authored
-
Daniela Lavric authored
Document acceptable chars for usernames.
-
- 06 May, 2021 10 commits
-
-
Angel Garbarino authored
* initial setup * add delay and modify message * test * changing to different style because unable to interrupt the yield of authentication * cleanup * more consitency in messssage placement * fix test * clean up test notification * clean up * remove click * changelog * Update 11442.txt * revert changes so a message is delayed by not calling yield * amend test * remove padding-bottom as no longer needed with reposition of message location
-
Chelsea Shaw authored
* Add MySQL DB Support * Add other versions of MySQL to database options * Save incoming root_credentials_rotate_statements as root_rotation_statements for display * Handle errors correctly on database connection form for edit * Add tests for mysql database * Add UI feature changelog
-
Nick Cabatoff authored
Co-authored-by:
Andrej van der Zee <andrejvanderzee@gmail.com>
-
Zachary Shilton authored
* website: bump to docs-page prerelease, support hidden pages * website: switch to hidden pages approach for docs and api-docs * website: remove temporary fix for hidden pages, and related check * website: fix content structure issue with docs/auth/jwt * website: bump to latest pre-release * website: bump to stable docs-page, w next-mdx-remote bump * website: bump to latest markdown-page
-
Arnav Palnitkar authored
* Updated code mirror component for consistency - Hide gutters, line number and selection while read only - Show toolbar with copy functionality for all instances * Moved toolbar and actions to json editor component * Updated form-field-from-model template * Added test for toolbar
-
Nick Cabatoff authored
-
Austin Gebauer authored
-
Nick Cabatoff authored
* The main driver for this change was to make the read from a.newFragmentCh timeout quickly rather than waiting for the test timeout (much longer). While testing the change I observed a panic during shutdown, but it was swallowed and moreover there was no stack trace so it wasn't obvious. I'm hoping we can get rid of the recover, so I fixed the issue in the activitylog tests that needed it.
-
Nick Cabatoff authored
-
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
-