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.
- 11 Jun, 2019 16 commits
-
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
-
Sam Salisbury authored
- Looks like the xargs in Travis does something different to the one on my mac, this more verbose call should be safe everywhere.
-
Sam Salisbury authored
-
Sam Salisbury authored
- Husky has installed a handler for every single git hook. - This causes warnings on every git operation. - Eventually we can remove this, but better not to confuse people with these messages for now.
-
Sam Salisbury authored
* githooks: fix whitespace * .hooks/pre-commit: add ui -> lint-staged check - We no longer require dependency on husky with this change. * ui: remove husky dependency and config - The previous commit obviates the need for it. - We will now have to manage these hooks by hand, but this removes the conflict between husky-installed hooks and those in the .hooks dir. * ui: update yarn.lock with husky removed * .hooks/pre-commit: always use subshell + docs - Always use subshell means we consistently exit from the same place which feels less complex. - Docs are necessary for horrible bash like this I think...
-
Sam Salisbury authored
-
Michel Vocks authored
* Fixed wrong rekey recovery backup client API URL * Fixed wrong rekey recovery backup client API URL delete * Changed output for recovery backup key delete
-
- 10 Jun, 2019 4 commits
-
-
Mark Gritter authored
-
ncabatoff authored
This is not used or exposed in prod. Remove some test-specific code from the cluster-building helpers. The corresponding additions go on the ent side.
-
Yoko authored
* Adding vault kv command doc * Update website/source/docs/commands/kv/delete.html.md Co-Authored-By:
Becca Petrin <beccapetrin@gmail.com> * Update website/source/docs/commands/kv/delete.html.md Co-Authored-By:
Becca Petrin <beccapetrin@gmail.com> * Update website/source/docs/commands/kv/destroy.html.md Co-Authored-By:
Becca Petrin <beccapetrin@gmail.com> * Update website/source/docs/commands/kv/destroy.html.md Co-Authored-By:
Becca Petrin <beccapetrin@gmail.com> * Update website/source/docs/commands/kv/undelete.html.md Co-Authored-By:
Becca Petrin <beccapetrin@gmail.com> * Update website/source/docs/commands/kv/delete.html.md Co-Authored-By:
Becca Petrin <beccapetrin@gmail.com>
-
Yoko authored
* upgrade guide warning about downgrading * Changed the wording
-
- 07 Jun, 2019 2 commits
-
-
Brian Kassouf authored
-
Brian Kassouf authored
-
- 06 Jun, 2019 2 commits
-
-
Jeff Mitchell authored
-
Justin Weissig authored
-
- 05 Jun, 2019 3 commits
-
-
Jeff Mitchell authored
-
Jeff Mitchell authored
* Make flushing the cache race safe * Remove noop aborts
-
Jeff Mitchell authored
-
- 04 Jun, 2019 10 commits
-
-
Michael Gaffney authored
-
Lexman authored
* transit cache is an Interface implemented by wrapped versions of syncmap and golang-lru * transit cache is an Interface implemented by wrapped versions of syncmap and golang-lru * changed some import paths to point to sdk * Apply suggestions from code review Co-Authored-By:
Lexman42 <Lexman42@users.noreply.github.com> * updates docs with information on transit/cache-config endpoint * updates vendored files * fixes policy tests to actually use a cache where expected and renames the struct and storage path used for cache configurations to be more generic * updates document links * fixed a typo in a documentation link * changes cache_size to just size for the cache-config endpoint
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Matthew Irish authored
-
Jeff Mitchell authored
* Audit listing with format json returns json, not a string Fixes #6775 * list, kv list and namespace list with format json returns json, not a string * Changed audit list return code to 2 which aligns with other list commands return codes
-
Jeff Mitchell authored
When unmounting, the router entry would be tainted, preventing routing. However, we would then unmount the router before clearing storage, so if an error occurred the router would have forgotten the path. For auth mounts this isn't a problem since they had a secondary check, but regular mounts didn't (not sure why, but this is true back to at least 0.2.0). This meant you could then create a duplicate mount using the same path which would then not conflict in the router until postUnseal. This adds the extra check to regular mounts, and also moves the location of the router unmount. This also ensures that on the next router.Mount, tainted is set to the mount entry's tainted status. Fixes #6769
-
Michel Vocks authored
-
Justin Weissig authored
Fixed minor comment: PostgresSQL/PostgreSQL
-
Justin Weissig authored
Fixed spelling: PostgresSQL/PostgreSQL.
-
- 03 Jun, 2019 3 commits
-
-
Martin Lee authored
The user needs to set a decent TTL for the intermediate cert, otherwise all certs issued will be valid only for 30 minutes max.
-
Matthew Irish authored
-
Madalyn authored
* use ember-power-select-with-create instead of ember-power-select * add custom Add message to clarify whether you need a name or ID * add search-select to storybook * add wormhole div for ember-basic-dropdown * add search-select to storybook * make sure knobs are working * remove unused code
-