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. 23 Aug, 2021 6 commits
    • hamid ghaf's avatar
      bd896a5b
    • Chris Capurso's avatar
      Add kv custom key metadata (#12218) · f421fa96
      Chris Capurso authored
      * add custom-metdata flag to "kv metadata put" command
      
      * add kv metadata put command test for custom-metadata flag
      
      * add custom_metadata to kv-v2 api docs
      
      * add custom_metadata to kv-v2 cli docs
      
      * update go.mod
      
      * Add custom metadata limits to docs
      
      * add changelog entry
      
      * update vault-plugin-secrets-kv to @master
      f421fa96
    • John-Michael Faircloth's avatar
      OIDC Client API: add more test coverage (#12392) · 1fff58f1
      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
      
      * add client api and tests
      
      * remove use of oidcCache
      
      * remove use of oidcCache
      
      * add template validation and update tests
      
      * remove usage of oidcCache
      
      * 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
      
      * refactor naming conventions
      
      * update assignment path
      
      * update scope path
      
      * enforce key existence on client creation
      
      * removed unused name field
      
      * removed unused name field
      
      * removed unused name field
      
      * prevent assignment deletion when ref'ed by a client
      
      * enfoce assignment existence on client create/update
      
      * update scope template description
      
      * error when attempting to created scope with openid reserved name
      
      * fix UT failures after requiring assignment existence
      
      * disallow key deletion when ref'ed by existing client
      
      * generate client_id and client_secret on CreateOp
      
      * do not allow key modification on client update
      
      * return client_id and client_secret on read ops
      
      * small refactor
      
      * fix bug in delete assignment op
      
      * remove client secret get call
      
      * OIDC Client API: add more test coverage
      
      * change name convention in tests
      1fff58f1
    • Mike Wickett's avatar
      chore: update alert banner (#12291) · 27fe0b03
      Mike Wickett authored
      27fe0b03
    • Theron Voran's avatar
      docs: updates for vault-helm-0.15.0 and vault-k8s-0.12.0 (#12373) · 949dbbc5
      Theron Voran authored
      Also simplifies the cert-manager example
      949dbbc5
    • John-Michael Faircloth's avatar
      feature: OIDC provider client API (#12272) · fbcc2ab9
      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
      
      * add client api and tests
      
      * remove use of oidcCache
      
      * remove use of oidcCache
      
      * add template validation and update tests
      
      * remove usage of oidcCache
      
      * 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
      
      * refactor naming conventions
      
      * update assignment path
      
      * update scope path
      
      * enforce key existence on client creation
      
      * removed unused name field
      
      * removed unused name field
      
      * removed unused name field
      
      * prevent assignment deletion when ref'ed by a client
      
      * enfoce assignment existence on client create/update
      
      * update scope template description
      
      * error when attempting to created scope with openid reserved name
      
      * fix UT failures after requiring assignment existence
      
      * disallow key deletion when ref'ed by existing client
      
      * generate client_id and client_secret on CreateOp
      
      * do not allow key modification on client update
      
      * return client_id and client_secret on read ops
      
      * small refactor
      
      * fix bug in delete assignment op
      
      * remove client secret get call
      fbcc2ab9
  2. 20 Aug, 2021 3 commits
    • Alex Cahn's avatar
      Fixed a slight grammar mistake (#12356) · 1d0008dc
      Alex Cahn authored
      1d0008dc
    • Zachary Shilton's avatar
      Upgrade global styles (#12167) · 56ae8bfc
      Zachary Shilton authored
      * website: upgrade global-styles packages
      
      * website: remove deprecated --site-max-width on community page
      
      * website: replace code-block showWindowBar with showChrome
      
      * website: replace old g-container with g-grid-container
      
      * website: backfill missing type styles
      
      * website: revert change to heading semantics
      
      * website: fix mismatched border colour
      
      * website: fix spacing issue
      
      * website: revert accidental replacement
      
      * website: clarify debt intention with comment
      
      * website: fix missing search styles, remove cruft
      
      * website: hide alert-banner on mobile
      
      * website: bump to latest patched dependencies
      56ae8bfc
    • Jason O'Donnell's avatar
      plugin/snowflake: update gosnowflake to v1.6.1 (#12378) · dcb93f1e
      Jason O'Donnell authored
      * plugin/snowflake: update gosnowflake to v1.6.1
      
      * changelog
      
      * go mod tidy
      dcb93f1e
  3. 19 Aug, 2021 10 commits
  4. 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
  5. 17 Aug, 2021 4 commits
  6. 16 Aug, 2021 6 commits
  7. 12 Aug, 2021 5 commits