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. 24 Mar, 2022 13 commits
  2. 23 Mar, 2022 10 commits
  3. 22 Mar, 2022 6 commits
    • mickael-hc's avatar
      56128e72
    • John-Michael Faircloth's avatar
      docs/multiplexing: overhaul plugin documentation (#14509) · 9680de88
      John-Michael Faircloth authored
      * docs/multiplexing: overhaul plugin documentation
      
      * update nav data
      
      * remove dupe nav data
      
      * add external plugin section to index
      
      * move custom plugin backends under internals/plugins
      
      * remove ref to moved page
      
      * revert moving custom plugin backends
      
      * add building plugins from source section to plug dev
      
      * add mux section to plugin arch
      
      * add mux section to custom plugin page
      
      * reorder custom database page
      
      * use 'external plugin' where appropriate
      
      * add link to plugin multiplexing
      
      * fix example serve multiplex func call
      
      * address review comments
      
      * address review comments
      
      * Minor format updates (#14590)
      
      * mv Plugins to top-level; update upgrading plugins
      
      * update links after changing paths
      
      * add section on external plugin scaling characteristics
      
      * add updates on plugin registration in plugin management page
      
      * add plugin learn resource
      
      * be more explicit about mux upgrade steps; add no...
      9680de88
    • Jordan Reimer's avatar
      Route renderTemplate Deprecation (#14646) · b8062bdc
      Jordan Reimer authored
      * removes renderTemplate usages
      
      * adds _super to setupController override in oidc-callback route
      b8062bdc
    • Loann Le's avatar
      Vault documentation: added release notes for vault 1.10 (#14605) · fa1cd1c2
      Loann Le authored
      * create release notes file
      
      * added content for Tranform FPE
      
      * fixed spelling errors
      
      * modified content for scaling db plugins
      
      * updated based on feedback
      
      * more feedback
      
      * removed integrated storage enhancements per feedback
      
      * removed extra wording
      
      * fixed broken link
      
      * updated verbage for db2 support based on feedback
      
      * added link to readme for caching
      
      * fixed broken link
      
      * fixed out of place text
      
      * added another known issue
      
      * modified text
      
      * changed forward statement
      
      * added note
      fa1cd1c2
    • Loann Le's avatar
    • Steven Clark's avatar
      Add error check when looking up public key info for a managed key within PKI (#14639) · 1a879c6b
      Steven Clark authored
      * Add error check when looking up public key info for a managed key within PKI
      
      * Trap use case that an unknown public key is returned to PKI through managed keys
      1a879c6b
  4. 21 Mar, 2022 9 commits
  5. 18 Mar, 2022 2 commits
    • claire bontempo's avatar
      UI/Wrong sentinel error message for auth methods (#14551) · 4df3a7c4
      claire bontempo authored
      * priortize adapter error over model error
      
      * glimmerize message-error component
      
      * message error tweaks
      
      * fix glimmerize
      
      * fix some tests
      
      * change error handling for mount backend form
      
      * throw API error for secret engine not mounting
      
      * fix tests"
      
      * fix tests
      
      * cleanup error handling for secret engine mounts
      
      * fix test selector
      
      * add changelog
      
      * STOP BEING FLAKY
      4df3a7c4
    • Angel Garbarino's avatar
      Remove record.toJSON() (#14584) · 9796cf2d
      Angel Garbarino authored
      * fix
      
      * test
      
      * change back
      9796cf2d