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. 19 Aug, 2021 2 commits
  2. 18 Aug, 2021 6 commits
    • Calvin Leung Huang's avatar
      dbplugin: fix error message in DeleteUser (#12351) · 2714e235
      Calvin Leung Huang authored
      * dbplugin: fix error message in DeleteUser
      
      * add changelog
      2714e235
    • Andrei Burd's avatar
    • Chelsea Shaw's avatar
      UI: Allow metrics view without config read (#12348) · fc1cf76b
      Chelsea Shaw authored
      * pass default value for defaultSpan on pricing metrics dates component
      
      * Add changelog
      
      * Add test for no config policy
      fc1cf76b
    • John-Michael Faircloth's avatar
      feature: OIDC provider scope API (#12266) · 95979b24
      John-Michael Faircloth authored
      * initial commit
      
      * add read and delete operations
      
      * fix bug in delete and add list unit test
      
      * func doc typo fix
      
      * add existence check for assignment
      
      * remove locking on the assignment resource
      
      It is not needed at this time.
      
      * convert Callbacks to Operations
      
      - convert Callbacks to Operations
      - add test case for update operations
      
      * add CRUD operations and test cases
      
      * remove use of oidcCache
      
      * remove use of oidcCache
      
      * add template validation and update tests
      
      * refactor struct and var names
      
      * harmonize test name conventions
      
      * refactor struct and var names
      
      * add changelog and refactor
      
      - add changelog
      - be more explicit in the case where we do not recieve a path field
      
      * refactor
      
      be more explicit in the case where a field is not provided
      
      * remove extra period from changelog
      
      * update scope path to be OIDC provider specific
      
      * update assignment path
      
      * update scope path
      
      * removed unused name field
      
      * removed unused name field
      
      * update scope template description
      
      * error when attempting to created scope with openid reserved name
      95979b24
    • Scott Miller's avatar
      Fix a tokenization docs link fix (#12296) · 9d910a5d
      Scott Miller authored
      * docs link typo
      
      * Off by one relative dir
      9d910a5d
    • Clint's avatar
      Replace go-bindata-assetfs build dependency with native go:embed (#11208) · 8e7fd9e7
      Clint authored
      
      * copy over the webui
      
      move web_ui to http
      
      remove web ui files, add .gitkeep
      
      updates, messing with gitkeep and ignoring web_ui
      
      update ui scripts
      
      gitkeep
      
      ignore http/web_ui
      
      Remove debugging
      
      remove the jwt reference, that was from something else
      
      restore old jwt plugin
      
      move things around
      
      Revert "move things around"
      
      This reverts commit 2a35121850f5b6b82064ecf78ebee5246601c04f.
      
      Update ui path handling to not need the web_ui name part
      
      add desc
      
      move the http.FS conversion internal to assetFS
      
      update gitignore
      
      remove bindata dep
      
      clean up some comments
      
      remove asset check script that's no longer needed
      
      Update readme
      
      remove more bindata things
      
      restore asset check
      
      update packagespec
      
      update stub
      
      stub the assetFS method and set uiBuiltIn to false for non-ui builds
      
      update packagespec to build ui
      
      * fail if assets aren't found
      
      * tidy up vendor
      
      * go mod tidy
      
      * updating .circleci
      
      * restore tools.go
      
      * re-re-re-run make packages
      
      * re-enable arm64
      
      * Adding change log
      
      * Removing a file
      Co-authored-by: default avatarhamid ghaf <hamid@hashicorp.com>
      8e7fd9e7
  3. 17 Aug, 2021 4 commits
  4. 16 Aug, 2021 6 commits
  5. 12 Aug, 2021 5 commits
  6. 11 Aug, 2021 2 commits
  7. 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
  8. 07 Aug, 2021 1 commit
  9. 05 Aug, 2021 5 commits
  10. 04 Aug, 2021 6 commits