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. 17 Dec, 2021 2 commits
  2. 15 Dec, 2021 1 commit
  3. 14 Dec, 2021 8 commits
  4. 13 Dec, 2021 4 commits
  5. 10 Dec, 2021 10 commits
  6. 09 Dec, 2021 4 commits
  7. 08 Dec, 2021 6 commits
    • hghaf099's avatar
      VAULT-1564 report in-flight requests (#13024) · 13b83065
      hghaf099 authored
      * VAULT-1564 report in-flight requests
      
      * adding a changelog
      
      * Changing some variable names and fixing comments
      
      * minor style change
      
      * adding unauthenticated support for in-flight-req
      
      * adding documentation for the listener.profiling stanza
      
      * adding an atomic counter for the inflight requests
      addressing comments
      
      * addressing comments
      
      * logging completed requests
      
      * fixing a test
      
      * providing log_requests_info as a config option to determine at which level requests should be logged
      
      * removing a member and a method from the StatusHeaderResponseWriter struct
      
      * adding api docks
      
      * revert changes in NewHTTPResponseWriter
      
      * Fix logging invalid log_requests_info value
      
      * Addressing comments
      
      * Fixing a test
      
      * use an tomic value for logRequestsInfo, and moving the CreateClientID function to Core
      
      * fixing go.sum
      
      * minor refactoring
      
      * protecting InFlightRequests from data race
      
      * another try on fixing a data race
      
      * another try to fix a data race
      
      * addressing comments
      
      * fixing couple of tests
      
      * changing log_requests_info to log_requests_level
      
      * minor style change
      
      * fixing a test
      
      * removing the lock in InFlightRequests
      
      * use single-argument form for interface assertion
      
      * adding doc for the new configuration paramter
      
      * adding the new doc to the nav data file
      
      * minor fix
      13b83065
    • Pratyoy Mukhopadhyay's avatar
      [VAULT-3252] Add entity-alias behavior change to docs (#13370) · 213e4ea0
      Pratyoy Mukhopadhyay authored
      
      * Add entity-alias behavior change to docs
      
      * Add upgrade note about entity-alias mapping change
      
      * Rename 1.7-9 upgrade pages, shuffle upgrade note position
      
      * Update website/content/partials/entity-alias-mapping.mdx
      Co-authored-by: default avatarMeggie <meggie@hashicorp.com>
      
      * Add incorrect policy issue to the docs
      
      * Add example about entity-alias restriction
      Co-authored-by: default avatarMeggie <meggie@hashicorp.com>
      213e4ea0
    • Steven Clark's avatar
      Warn user supplying nonce values in FIPS mode for transit encryption requests (#13366) · d5acfe3a
      Steven Clark authored
      * Warn user supplying nonce values in FIPS mode for transit encryption requests
      
       - Send back a warning within the response if an end-user supplies nonce
         values that we use within the various transit encrypt apis.
       - We do not send a warning if an end-user supplies a nonce value but we
         don't use it.
       - Affected api methods are encrypt, rewrap and datakey
       - The warning is only sent when we are operating in FIPS mode.
      d5acfe3a
    • Theron Voran's avatar
      agent/cache: differentiate open log messages (#13362) · 9776f82b
      Theron Voran authored
      Changes the error output for the second open of the persistent cache
      file, to differentiate it from the c.UI.Error message for the initial
      open of the cache file, just to make it easier to tell where a problem
      occurred.
      9776f82b
    • Matt Schultz's avatar
      Adds support for SHA-3 to transit (#13367) · ad131f24
      Matt Schultz authored
      
      * Adding support for SHA3 in the transit backend.
      
      * Adds SHA-3 tests for transit sign/verify path. Adds SHA-3 tests for logical system tools path hash functionality. Updates documentation to include SHA-3 algorithms in system tools path hashing.
      
      * Adds changelog entry.
      Co-authored-by: default avatarrobison jacka <robison@packetized.io>
      ad131f24
    • Tom Proctor's avatar
      Docs to clarify k8s auth options with short-lived tokens (#13275) · cb8fdcf2
      Tom Proctor authored
      * Rework 1.21 content into one heading and add note at top
      * Add notes about extended k8s token duration
      * Add example of ClusterRoleBinding for using client JWTs
      cb8fdcf2
  8. 07 Dec, 2021 5 commits