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.
- 19 Aug, 2021 2 commits
-
-
hashishaw 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>
-
- 11 Aug, 2021 2 commits
-
-
vinay-gopalan authored
* add username_template docs * remove backticks * update default template to be readable * undo markdown block * add md block to render indents
-
Andrei Burd authored
* Agent template static secrets docs update static_secret_render_interval mention * Update website/content/docs/agent/template.mdx Co-authored-by:
Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com> Co-authored-by:
Jason O'Donnell <2160810+jasonodonnell@users.noreply.github.com>
-
- 09 Aug, 2021 3 commits
-
-
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
-
Meggie authored
-
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
-
- 07 Aug, 2021 1 commit
-
-
Theron Voran authored
Adding an example of configuring vault-k8s to use cert-manager for managing the webhook certs. Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> Co-authored-by:
Ben Ash <32777270+benashz@users.noreply.github.com>
-
- 05 Aug, 2021 5 commits
-
-
Austin Gebauer authored
-
Meggie authored
1.9.0 preview
-
Meggie authored
-
Nick Cabatoff authored
-
Meggie authored
-
- 04 Aug, 2021 6 commits
-
-
Austin Gebauer authored
-
Loann Le authored
-
Calvin Leung Huang authored
-
John-Michael Faircloth authored
* identity: allow creating a role with a non-existent key * remove whitespace * add changelog
-
Meggie authored
-
Meggie authored
* Updating go version to 1.16.6 for security fix * Changelog
-