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.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 23 Aug, 2021 6 commits
-
-
hamid ghaf authored
-
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
-
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
-
Mike Wickett authored
-
Theron Voran authored
Also simplifies the cert-manager example
-
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
-
- 20 Aug, 2021 3 commits
-
-
Alex Cahn authored
-
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
-
Jason O'Donnell authored
* plugin/snowflake: update gosnowflake to v1.6.1 * changelog * go mod tidy
-
- 19 Aug, 2021 10 commits
-
-
Austin Gebauer authored
-
Pratyoy Mukhopadhyay authored
* [VAULT-3226] Use os.rename on windows os * [VAULT-3226] Add changelog
-
Arnav Palnitkar authored
* Handle api explorer routing error - For some reason when routing is done during async process, router transtionTo throws the TransitionAbortedError - As a fix treat this particular error as success since it doesn't interfere in the routing - Reference: https://github.com/emberjs/ember-test-helpers/issues/332 * Added changelog
-
Arnav Palnitkar authored
* Fixed overflowing text of flash message container * Added changelog
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Mike Green authored
-
Meggie authored
-
Nick Cabatoff authored
-
Jason O'Donnell authored
* creds/aws: import pkcs7 verification package * Add DSA support * changelog * Add DSA to correct verify function * Remove unneeded tests * Fix backend test * Update builtin/credential/aws/pkcs7/README.md Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * Update builtin/credential/aws/path_login.go Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
- 18 Aug, 2021 6 commits
-
-
Calvin Leung Huang authored
* dbplugin: fix error message in DeleteUser * add changelog
-
Andrei Burd authored
Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
Chelsea Shaw authored
* pass default value for defaultSpan on pricing metrics dates component * Add changelog * Add test for no config policy
-
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
-
Scott Miller authored
* docs link typo * Off by one relative dir
-
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:
hamid ghaf <hamid@hashicorp.com>
-
- 17 Aug, 2021 4 commits
-
-
Hridoy Roy authored
* oss part of vault 2399 * Update vault/quotas/quotas.go Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com> * use OSS PR number as changelog entry as indicated by the changelog guide Co-authored-by:
Vishal Nayak <vishalnayak@users.noreply.github.com>
-
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 * remove use of oidcCache * refactor struct and var names * harmonize test name conventions * add changelog and refactor - add changelog - be more explicit in the case where we do not recieve a path field * remove extra period from changelog * update assignment path * removed unused name field
-
Jason O'Donnell authored
* logical/list: return parseErr if any * changelog * Add parseErr to other API endpoints * Update 12338.txt
-
John-Michael Faircloth authored
-
- 16 Aug, 2021 6 commits
-
-
Loann Le authored
* added glossary * Update website/content/docs/glossary.mdx Co-authored-by:
trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> * Update website/content/docs/glossary.mdx Co-authored-by:
trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> * modified secrets and barrier content based on feedback Co-authored-by:
trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
-
claire bontempo authored
* creates stattext component * creates .scss file * creates storybook * fixes typo * fixes readme * adds changelog * finishes tests
-
Jim Kalafut authored
-
akshya96 authored
* removing redirect line from handler.go * adding changelog entry * adding changes
-
Meggie authored
Security updates for 1.8.0
-
Lars Lehtonen authored
* vault: fix dropped test error * vault/activity: fix dropped test error
-
- 12 Aug, 2021 5 commits
-
-
Yoko Hyakuna authored
* Experiment adding code example * Add Go code snippet * Minor updates to the brief description * Add a note to reference 'Code Example' * Fix the title * Add a callout note up front
-
Calvin Leung Huang authored
* dep: update database-couchbase plugin to v0.4.1 * add CL entry
-
Jim Kalafut authored
-
Pratyoy Mukhopadhyay authored
-
Calvin Leung Huang authored
* database/cassandra: pin bitnami/cassandra docker image to 3.11 in test * Update plugins/database/cassandra/connection_producer_test.go Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com> Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-