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.
- 01 Sep, 2021 1 commit
-
-
HridoyRoy authored
-
- 26 Aug, 2021 2 commits
- 25 Aug, 2021 1 commit
-
-
Sam Salisbury authored
* packagespec upgrade -version 0.2.8 * make packages
-
- 24 Aug, 2021 3 commits
-
-
Josh Black authored
-
Josh Black authored
-
Angel Garbarino authored
* fix tab issue * add test coverage * changelog * update documentation * remove meep: * documentation
-
- 20 Aug, 2021 6 commits
-
-
Chelsea Shaw authored
* pass default value for defaultSpan on pricing metrics dates component * Add changelog * Add test for no config policy
-
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> Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
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
-
Jason O'Donnell authored
* plugin/snowflake: update gosnowflake to v1.6.1 (#12378) * plugin/snowflake: update gosnowflake to v1.6.1 * changelog * go mod tidy * go mod tidy
-
Nick Cabatoff authored
-
Austin Gebauer authored
-
- 19 Aug, 2021 3 commits
-
-
Pratyoy Mukhopadhyay authored
* [VAULT-3226] Use os.rename on windows os * [VAULT-3226] Add changelog
-
Nick Cabatoff authored
-
Calvin Leung Huang authored
* dbplugin: fix error message in DeleteUser * add changelog
-
- 12 Aug, 2021 2 commits
-
-
Calvin Leung Huang authored
* dep: update database-couchbase plugin to v0.4.1 * add CL entry
-
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> Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
- 05 Aug, 2021 1 commit
-
-
Meggie authored
-
- 04 Aug, 2021 6 commits
-
-
Austin Gebauer authored
-
Calvin Leung Huang authored
* identity: allow creating a role with a non-existent key (#12251) * identity: allow creating a role with a non-existent key * remove whitespace * add changelog * changelog: remove 12251 entry (#12256) Co-authored-by:
John-Michael Faircloth <fairclothjm@users.noreply.github.com>
-
vinay-gopalan authored
* fix: cap token TTL at login time based on default lease TTL * add changelog file * patch: update warning messages to not include 'at login' * patch: remove default lease capping and test * update changelog * patch: revert warning message
-
Meggie authored
-
Meggie authored
* Updating go version to 1.16.6 for security fix * Changelog
-
Scott Miller authored
Forward cert signing requests to the primary on perf secondaries as well as perf standbys (#12180) (#12248)
-
- 03 Aug, 2021 1 commit
-
-
Calvin Leung Huang authored
* serviceregistration: add external-source meta value * add changelog file
-
- 02 Aug, 2021 2 commits
-
-
Hridoy Roy authored
* backport disk usage print fixes * diagnose license fix backport
-
Hridoy Roy authored
* backport disk usage print fixes * fix advice
-
- 30 Jul, 2021 2 commits
-
-
Calvin Leung Huang authored
* do not allow token_ttl to be longer than verification_ttl * add verification when updating an existing key When updating a key, ensure any roles referencing the key do not already have a token_ttl greater than the key's verification_ttl * add changelog * remove unneeded UT check and comment * refactor based on PR comments - remove make slice in favor of var delcaration - remove unneeded if check - validate expiry value during token generation - update changelog as bug * refactor get roles referencing target key names logic * add note about thread safety to helper func * update func comment * sort array and refactor func names * add warning to return response * remove unnecessary code from unit test * Update vault/identity_store_oidc.go Co-authored-by:
Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by:
Austin Gebauer <34121980+austingebauer@users.noreply.github.com> Co-authored-by:
John-Michael Faircloth <fairclothjm@users.noreply.github.com> Co-authored-by:
Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
-
Nick Cabatoff authored
* Work around rabbitmq regression with UserInfo.Tags in rabbitmq 3.9: use v3.8 docker image in tests. * Also pin cassandra docker image version to 3.11 (4.00 was making tests fail)
-
- 23 Jul, 2021 2 commits
-
-
Nick Cabatoff authored
-
Angel Garbarino authored
* add fallback font for higher unicode coverage * remove extra mixin and fix color issue that was not working on binary
-
- 22 Jul, 2021 2 commits
-
-
Arnav Palnitkar authored
* Update node to latest stable version - v10 has reached EOL so upgrading node to v14 which is the latest stable build * Added changelog * Resolve merge conflicts
-
Meggie authored
-
- 21 Jul, 2021 2 commits
-
-
Chelsea Shaw authored
* UI/database cg read role (#12111) * Add type param to secret show, handle CG in database role show * If roleType is passed to credential, only make one creds API call * Clean up db role adapter and serializer * url param roleType passed to credentials call * Role list capabilities check for static and dynamic separately * Add changelog * Consistent adapter response for single or double call * Prioritize dynamic response if control group on role/creds * UI/database cg read role (#12111) * Add type param to secret show, handle CG in database role show * If roleType is passed to credential, only make one creds API call * Clean up db role adapter and serializer * url param roleType passed to credentials call * Role list capabilities check for static and dynamic separately * Add changelog * Consistent adapter response for single or double call * Prioritize dynamic response if control group on role/creds
-
Angel Garbarino authored
* fix the issue * add test coverage * add documentation to link-block * add changelog * modify for browserstack
-
- 19 Jul, 2021 1 commit
-
-
Austin Gebauer authored
-
- 16 Jul, 2021 3 commits
-
-
Jason O'Donnell authored
-
Chelsea Shaw authored
-
Scott Miller authored
* Suppress logging during a diagnose run (#12101) * Suppress logging during a diagnose run * remove debugging * Add advice as a trace option to spot checks (#12105) * Add advice as a trace option to spot checks * typo * Collect advice when forming the tree
-