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.
- 18 Oct, 2019 3 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
DevOps Rob authored
This typo is related to https://github.com/hashicorp/vault/issues/7603 . The typo was causing issues with getting this working correctly when following the guide. I imagine any other newbie to this plugin will have the same struggle. I had to delve into the source code to figure it out
-
- 17 Oct, 2019 17 commits
-
-
Noelle Daley authored
-
Madalyn authored
* enable auth method item configuration in go code * properly parse and list generated items * make sure we only set name on attrs if a label comes from openAPI * correctly construct paths object for method index route * set sensitive property on password for userpass * remove debugger statements * pass method model to list route template to use paths on model for tabs * update tab generation in generated item list, undo enabling userpass users * enable openapi generated itams for certs and userpass, update ldap to no longer have action on list endpoint * add editType to DisplayAttributes, pull tokenutil fields into field group * show sensitive message for sensitive fields displayed in fieldGroupShow component * grab sensitive and editType fields from displayAttrs in openapi-to-attrs util * make sure we don't ask for paths for secret backends since that isn't setup yet * fix styling of sensitive text for fieldGroup...
-
Jim Kalafut authored
-
Jim Kalafut authored
-
Marcos Nils authored
If this is not set, `make website` fails due to permission errors in the docker container Fixes #5589.
-
Lexman authored
-
Jeff Mitchell authored
-
Calvin Leung Huang authored
-
Jeff Mitchell authored
-
Michael Gaffney authored
-
Mike Wickett authored
-
Lexman authored
* oss changes for entropy augmentation feature * fix oss command/server/config tests * update go.sum * fix logical_system and http/ tests * adds vendored files * removes unused variable
-
ncabatoff authored
-
Mike Jarmy authored
* document the require_request_header option in Agent * document the require_request_header option in Agent * document the require_request_header option in Agent * document the require_request_header option in Agent * minor tweaks to docs
-
Mike Jarmy authored
-
Mike Jarmy authored
-
Mike Jarmy authored
-
- 16 Oct, 2019 11 commits
-
-
Becca Petrin authored
-
Chris Hoffman authored
-
Becca Petrin authored
-
Michael Gaffney authored
* Add documentation for seal wrap re-wrap endpoint * Update sample response for seal rewrap status * Updates based on feedback from reviewers
-
Calvin Leung Huang authored
-
Jeff Malnick authored
-
Michael Gaffney authored
-
Jim Kalafut authored
-
Michael Gaffney authored
* core: add postSealMigration method The postSealMigration method is called at the end of the postUnseal method if a seal migration has occurred. This starts a seal rewrap process in the enterprise version of. It is a no-op in the OSS version.
-
Alberto Alvarez authored
* Add further detail on Auto Unseal and awskms Seal documentation * Move Rekeying to the generic Seal docs
-
Michael Gaffney authored
-
- 15 Oct, 2019 9 commits
-
-
Calvin Leung Huang authored
* cli: initial work on debug; server-status target * debug: add metrics capture target (#7376) * check against DR secondary * debug: add compression * refactor check into preflight func * debug: set short test time on tests, fix exit code bug * debug: use temp dir for output on tests * debug: use mholt/archiver for compression * first pass on adding pprof * use logger for output * refactor polling target capture logic * debug: poll and collect replication status * debug: poll and collect host-info; rename output files and collection refactor * fix comments * add archive test; fix bugs found * rename flag name to singular target * add target output test; scaffold other tests cases * debug/test: add pprof and index file tests * debug/test: add min timing check tests * debug: fix index gen race and collection goroutine race * debug: extend archive tests, handle race between program exit and polling goroutines * update docstring * debug: correctly add to pollingWg * debug: add config target support * debug: don't wait on interrupt shutdown; add file exists unit tests * move pprof bits into its goroutine * debug: skip empty metrics and some pprof file creation if permission denied, add matching unit test * address comments and feedback * Vault debug using run.Group (#7658) * debug: switch to use oklog/run.Group * debug: use context to cancel requests and interrupt rungroups. * debug: trigger the first interval properly * debug: metrics collection should use metrics interval * debug: add missing continue on metrics error * debug: remove the use of buffered chan to trigger first interval * debug: don't shadow BaseCommand's client, properly block on interval capture failures * debug: actually use c.cachedClient everywhere * go mod vendor * debug: run all pprof in goroutines; bump pprof timings in tests to reduce flakiness * debug: update help text
-
Yoko authored
* Adding the known issue section * incorporated the feedback * Added the known issue section * Fixed a typo * Created upgrade guide for 1.1.2
-
Michael Gaffney authored
* core: add hook for initializing seals for migration Needed in enterprise version.
-
Jim Kalafut authored
-
Dom Goodwin authored
-
Vishal Nayak authored
-
Matthew Irish authored
-
Jim Kalafut authored
-
Brian Shumate authored
- Add missing `username` and `password` connection parameters - Use templated root credential in example connection payload
-