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. 12 Aug, 2021 5 commits
  2. 11 Aug, 2021 2 commits
  3. 09 Aug, 2021 3 commits
    • hghaf099's avatar
      VAULT-2285 adding capability to accept comma separated entries for au… (#12126) · dd294fc0
      hghaf099 authored
      * VAULT-2285 adding capability to accept comma separated entries for auth enable/tune
      
      * Adding changelog
      
      * Adding logic to detect invalid input parameter for auth enable config
      
      * Updating tune.mdx
      
      * Updating secret enable/tune for comma separated parameters
      
      * Adding further parameter checks for auth/secret tests
      Fixing changelog
      using builtin type for a switch statement
      Fixing a possible panic scenario
      
      * Changing a function name, using deep.Equal instead of what reflect package provides
      
      * Fixing auth/secret enable/tune mdx files
      
      * One more mdx file fix
      
      * Only when users provide a single comma separated string in a curl command, split the entries by commas
      
      * Fixing API docs for auth/mount enable/tune for comma separated entries
      
      * updating docs, removing an unnecessary switch case
      dd294fc0
    • Meggie's avatar
      Master -> Main on CL links (#12286) · 01e0affb
      Meggie authored
      01e0affb
    • vinay-gopalan's avatar
      Update genUsername to cap STS usernames at 32 chars (#12185) · e14d32c5
      vinay-gopalan authored
      * update genUsername to cap STS usernames at 64 chars
      
      * add changelog
      
      * refactor tests into t.Run block
      
      * patch: remove warningExpected bool and include expected string
      
      * patch: revert sts to cap at 32 chars and add assume_role case in genUsername
      
      * update changelog
      
      * update genUsername to return error if username generated exceeds length limits
      
      * update changelog
      
      * add conditional default username template to provide custom STS usernames
      
      * update changelog
      
      * include test for failing STS length case
      
      * update comments for more clarity
      e14d32c5
  4. 07 Aug, 2021 1 commit
  5. 05 Aug, 2021 5 commits
  6. 04 Aug, 2021 6 commits
  7. 03 Aug, 2021 7 commits
  8. 02 Aug, 2021 4 commits
  9. 30 Jul, 2021 4 commits
  10. 29 Jul, 2021 3 commits