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 May, 2022 2 commits
  2. 03 May, 2022 1 commit
  3. 29 Apr, 2022 9 commits
  4. 28 Apr, 2022 1 commit
  5. 27 Apr, 2022 5 commits
    • VAL's avatar
      Global flag that outputs minimum policy HCL required for an operation (#14899) · 70894875
      VAL authored
      * WIP: output policy
      
      * Outputs example policy HCL for given request
      
      * Simplify conditional
      
      * Add PATCH capability
      
      * Use OpenAPI spec and regex patterns to determine if path is sudo
      
      * Add test for isSudoPath
      
      * Add changelog
      
      * Fix broken CLI tests
      
      * Add output-policy to client cloning code
      
      * Smaller fixes from PR comments
      
      * Clone client instead of saving and restoring custom values
      
      * Fix test
      
      * Address comments
      
      * Don't unset output-policy flag on KV requests otherwise the preflight request will fail and not populate LastOutputPolicyError
      
      * Print errors saved in buffer from preflight KV requests
      
      * Unescape characters in request URL
      
      * Rename methods and properties to improve readability
      
      * Put KV-specificness at front of KV-specific error
      
      * Simplify logic by doing more direct returns of strings and errors
      
      * Use precompiled regexes and move OpenAPI call to tests
      
      * Remove commented out code
      
      * Remove legacy MFA paths
      
      * Remove unnecessary use of client
      
      * Move sudo paths map to plugin helper
      
      * Remove unused error return
      
      * Add explanatory comment
      
      * Remove need to pass in address
      
      * Make {name} regex less greedy
      
      * Use method and path instead of info from retryablerequest
      
      * Add test for IsSudoPaths, use more idiomatic naming
      
      * Use precompiled regexes and move OpenAPI call to tests (#15170)
      
      * Use precompiled regexes and move OpenAPI call to tests
      
      * Remove commented out code
      
      * Remove legacy MFA paths
      
      * Remove unnecessary use of client
      
      * Move sudo paths map to plugin helper
      
      * Remove unused error return
      
      * Add explanatory comment
      
      * Remove need to pass in address
      
      * Make {name} regex less greedy
      
      * Use method and path instead of info from retryablerequest
      
      * Add test for IsSudoPaths, use more idiomatic naming
      
      * Make stderr writing more obvious, fix nil pointer deref
      70894875
    • Loann Le's avatar
      updated KI for upgrade guides (#15202) · f36d0724
      Loann Le authored
      f36d0724
    • Christopher Swenson's avatar
    • Theron Voran's avatar
      docs: update the vault-lambda-extension docs (#15190) · 09be380d
      Theron Voran authored
      Updates the layer version for the new release, and renames the docs
      page from lambda-extension-cache -> lambda-extension, and includes a
      redirect.
      09be380d
    • Rémi Lapeyre's avatar
      Remove dead code in setupCredentials() (#15194) · a918e5ed
      Rémi Lapeyre authored
      This should have been removed as part of f09e39ea but somehow got
      forgotten.
      a918e5ed
  6. 26 Apr, 2022 8 commits
  7. 25 Apr, 2022 4 commits
  8. 22 Apr, 2022 6 commits
  9. 21 Apr, 2022 4 commits