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.
- 30 Nov, 2021 5 commits
-
-
DerekStrickland authored
-
DerekStrickland authored
-
Hridoy Roy authored
-
Michele Degges authored
Co-authored-by:
Meggie <meggie@hashicorp.com> Co-authored-by:
Kyle Penfound <kpenfound11@gmail.com>
-
Theron Voran authored
Update the AWS auth backend acceptance tests to account for the new `iam_tags` field that comes back on responses. * marked only tests requiring creds as acceptance Renamed TestBackend_* to TestAcceptanceBackend_* if the test requires AWS credentials. Otherwise left the name as TestBackend_* and set `AcceptanceTest: false`. * ensure generated names aren't too long IAM roles and users have a 64 character limit, and adding Acceptance to the test names was putting some over the length limit, so modified generateUniqueName() to take a max length parameter and added functions for each type of name generation (user, role, group).
-
- 29 Nov, 2021 7 commits
-
-
Nicola Kabar authored
Co-authored-by:
Theron Voran <tvoran@users.noreply.github.com>
-
Arnav Palnitkar authored
* Add client side pagination to namespaces * Update namespace list after delete operation * Added changelog * Added tests * Clean up * Added comment for test * Try ember run loop * Run test only in enterprise * Fixed test
-
John-Michael Faircloth authored
* oidc: fix key rotation panic * refactor and update unit tests * add changelog
-
Mike authored
-
Jason O'Donnell authored
* sdk/queue: move lock before checking queue length * Add changelog
-
Eugene R authored
* upgrade aerospike-client-go to v5.2.0 * use strings.Contains to check an error * add changelog file * go mod tidy * go mod tidy * update the changelog * revert .gitignore update * go mod tidy
-
Austin Gebauer authored
-
- 27 Nov, 2021 1 commit
-
-
Austin Gebauer authored
-
- 26 Nov, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 25 Nov, 2021 1 commit
-
-
Nick Cabatoff authored
-
- 24 Nov, 2021 10 commits
-
-
Lars Lehtonen authored
-
Yoko Hyakuna authored
* Update Vault Agent intro * Update website/content/docs/agent/index.mdx Co-authored-by:
Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Brian Shumate <brianshumate@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> * Update website/content/docs/agent/index.mdx Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com> Co-authored-by:
Brian Shumate <brianshumate@users.noreply.github.com> Co-authored-by:
Loann Le <84412881+taoism4504@users.noreply.github.com>
-
Navaneeth Rameshan authored
* return pkcs8 format for ed25519 curve convertRespToPKCS8 does not recognize the ed25519 key. Changes to recognize ed25519 key and return its PKCS8 format
-
hghaf099 authored
* Update 13200.txt
-
AnPucel authored
-
Scott Miller authored
Don't claim that Vault obfuscates the environment variable for sensitive values, this doesn't work at least in recent version of Go, as Go makes a copy of the environment, so we're only modifying that one, and not the one visible to the rest of the system (#13252)
-
Nick Cabatoff authored
-
claire bontempo authored
-
Austin Gebauer authored
-
Jordan Reimer authored
-
- 23 Nov, 2021 13 commits
-
-
Anton Averchenkov authored
-
swayne275 authored
-
Jordan Reimer authored
* converts secret-v2-version model to native class -- fixes issues with cached values for deleted prop * adds changelog entry * adds disabled state to ToolbarLink component and disables create new version action when users cannot read metadata * updates secret-edit acceptance test
-
Navaneeth Rameshan authored
* skip hash bits verification for ed25519 #13253 The default value or *hashBits is 0 and will fail at ValidateSignatureLength for ed25519. ed25519 specifies its own hash, so avoid hashBits validation for ed25519 curve.
-
hghaf099 authored
* Unify NewHTTPResponseWriter ant NewStatusHeaderResponseWriter to fix ResponseWriter issues * adding changelog * removing unnecessary function from the WrappingResponseWriter interface * changing logical requests responseWriter type * reverting change to HTTPResponseWriter
-
Chris Capurso authored
* remove nil response to 404 translation for PatchOperation * go get vault-plugin-secrets-kv@master
-
claire bontempo authored
* add catch for node-forge error handling * update comment * adds changelog * alphabetize attrs and add canParse attr * show alert banner if unable to parse metadata * add test to check info banner renders
-
Josh Black authored
-
akshya96 authored
* adding custom_metadata read and update changes * adding custom metadata changes
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
Josh Black authored
-
akshya96 authored
* changing response from missing client token to permission denied * removing todo comment * fix tests * adding changelog * fixing changelog
-
- 22 Nov, 2021 2 commits
-
-
Austin Gebauer authored
-
Alexander Scheel authored
In the Counter-mode KBKDF implementation, due to the nature of the PRF (being implemented as a function rather than a hash.Hash instance), we need to allocate a buffer capable of storing the entire input to the PRF. This consists of the user-supplied context with 8 additional bytes (4 before and 4 after) of encoded integers. If the user supplies a maximally-sized context, the internally allocated buffer's size computation will overflow, resulting in a runtime panic. Guard against this condition. Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com>
-