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 Jun, 2019 1 commit
-
-
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
-
- 31 May, 2019 5 commits
-
-
Justin Weissig authored
Fixed two typos: lifecyle + specfied.
-
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 4 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
-