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.
  1. 06 Jun, 2019 1 commit
  2. 05 Jun, 2019 3 commits
  3. 04 Jun, 2019 10 commits
  4. 03 Jun, 2019 3 commits
  5. 31 May, 2019 5 commits
  6. 30 May, 2019 1 commit
  7. 28 May, 2019 6 commits
  8. 24 May, 2019 6 commits
  9. 23 May, 2019 1 commit
  10. 22 May, 2019 4 commits
    • ncabatoff's avatar
      Allow plugins to submit audit requests/responses via extended SystemView (#6777) · 6c836bcd
      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.
      6c836bcd
    • Matthew Irish's avatar
      changelog++ · 248306d3
      Matthew Irish authored
      248306d3
    • Matthew Irish's avatar
      web-cli quote parsing (#6755) · eba703be
      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
      eba703be
    • Calvin Leung Huang's avatar
      changelog++ · 93796f37
      Calvin Leung Huang authored
      93796f37