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.
- 31 May, 2019 4 commits
-
-
Martin Lee authored
-
Jim Kalafut authored
Fixes #6684
-
benz0 authored
-
Justin Weissig authored
Fixed spelling: Specifiy/Specify.
-
- 30 May, 2019 1 commit
-
-
Justin Weissig authored
Fixed minor sentence flow: an sealed state -> a sealed state.
-
- 28 May, 2019 6 commits
-
-
Jeff Mitchell authored
-
Joel Thompson authored
Also pull the latest into the local vendor
-
tonyd authored
* Allow logical backends access to the disabled state of an entity via SystemView.EntityInfo(). * Add generated file in vendor directory.
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
Jeff Mitchell authored
-
- 24 May, 2019 6 commits
-
-
Justin Weissig authored
* docs: wording Fixed wording: "lets create an"/"lets create a" * Update website/source/docs/secrets/nomad/index.html.md Co-Authored-By:
Jeff Mitchell <jeffrey.mitchell@gmail.com>
-
Brian Shumate authored
* Docs: Minor updates to PKI Secrets Engine - Update `ttl` and `max-lease-ttl` values from _43800_ which appears to be a typo, to _4380_; this helps avoid warnings like: "The expiration time for the signed certificate is after the CA's expiration time. If the new certificate is not treated as a root, validation paths with the certificate past the issuing CA's expiration time will fail." when following the Quick Start and using the tuned Root CA TTL of 8760h - Change _my-role_ role name to _example-dot-com_ in **Setup** to help reduce confusion and match what is used in **Quick Start** * ttl changes
-
Srikanth Venkatesh authored
-
Sam Salisbury authored
* ci: make ember-ci-test (browserstack) VLTES-28 * Update .circleci/config.yml Co-Authored-By:
Josh Freda <jfreda@users.noreply.github.com> * Update .circleci/config.yml Co-Authored-By:
Josh Freda <jfreda@users.noreply.github.com> * ci: rename test-ember -> test-ui-browserstack * Makefile: ember-ci-test -> test-ui-browserstack - Use the same name for this test everywhere to reduce cognitive load. * browserstack: exit non-zero on failure to connect * .travis.yml: ember-ci-test -> test-ui-browserstack * browserstack: add vault bin to the path * Makefile: browserstack: fail early w/clear msgs This might save someone time later. The same checks could be applied elsewhere too trivially.
-
Srikanth Venkatesh authored
-
nathan r. hruby authored
-
- 23 May, 2019 1 commit
-
-
Jeff Mitchell authored
-
- 22 May, 2019 10 commits
-
-
ncabatoff authored
Move audit.LogInput to sdk/logical. Allow the Data values in audited logical.Request and Response to implement OptMarshaler, in which case we delegate hashing/serializing responsibility to them. Add new ClientCertificateSerialNumber audit request field. SystemView can now be cast to ExtendedSystemView to expose the Auditor interface, which allows submitting requests and responses to the audit broker.
-
Matthew Irish authored
-
Matthew Irish authored
* upgrade yargs-parser for better quote handling * remove encoding pre&post parse, and remove wrapping quotes when pushing to data array * add test for spaces and strings * base64 encode policy strings in tests where we're using them with string interpolation * improve regex to only remove wrapping single and double quotes * don't support quotes in paths in the web cli
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
-
Calvin Leung Huang authored
* agent/caching: support proxying request query parameters * update comment * rejig other agent log messages to output method followed by path
-
Josh Freda authored
-
Matthew Irish authored
-
Matthew Irish authored
* add common-prefix util and use it in the list controller * add test * browser js for in-repo dirs * address PR feedback
-
Antonio M. Amaya Calvo authored
-
- 21 May, 2019 2 commits
-
-
Josh Freda authored
-
Joshua Ogle authored
* Add Toolbar stories * Update ConfirmAction story
-
- 20 May, 2019 4 commits
-
-
Jim Kalafut authored
-
Matthew Irish authored
-
Matthew Irish authored
* add wormhole div for ember-basic-dropdown * add content to the PopupMenu story
-
Lexman authored
-
- 17 May, 2019 2 commits
-
-
Matthew Irish authored
-
Joshua Ogle authored
* Refactors ConfirmAction implementation as a popover * Improves copy surrounding consequences of destructive actions * Moves 'Delete' buttons to Toolbar
-
- 16 May, 2019 4 commits
-
-
Matthew Irish authored
* add size prop to icon component * use size instead of css classes to adjust Icons * add knobs for icon stories
-
Clint authored
* Add priority queue to sdk * fix issue of storing pointers and now copy * update to use copy structure * Remove file, put Item struct def. into other file * add link * clean up docs * refactor internal data structure to hide heap method implementations. Other cleanup after feedback * rename PushItem and PopItem to just Push/Pop, after encapsulating the heap methods * updates after feedback * refactoring/renaming * guard against pushing a nil item * minor updates after feedback * Add read lock to the Len() method and move the interface check into the test file * fix a deadlock * make the mutex a RWMutex, and make it private again * nil check itemRaw before trying to type cast it
-
Patrick Hayes authored
In Safari on OSX, it will replace form values with autocorrected values unless this field is present
-
Patrick Hayes authored
-