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 2 commits
-
-
Vinay Gopalan authored
-
Vinay Gopalan authored
-
- 29 Nov, 2021 2 commits
-
-
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 3 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>
-
divyapola5 authored
* Add a new parameter "allowed_managed_keys" to mount config * Adjust formatting in mount.go * Add changelog entry
-
- 19 Nov, 2021 5 commits
-
-
aphorise authored
* README.md of website/ with WARNING on rebuilding * Update README.md
-
Jim Kalafut authored
-
Loann Le authored
* incorporated feedback * fixed link * fixed link again * found another error
-
Gary Frederick authored
* add kubenetes issuer config deprecation * changelog++ * add Vault specific PR in deprecation section * ordering
-
Theron Voran authored
* version bumps * updated chart options
-
- 18 Nov, 2021 2 commits
-
-
Gary Frederick authored
* change default vaule for disable_iss_validation to be true * mark as deprecated | remove issuer from sample * deprecation section * additional informaiton about when fields will be removed * additional deprecation note under csi provider * punctuation * make the deprecation note more noticable * missing issuer sentence | remove whitespace * Update website/content/docs/platform/k8s/csi/index.mdx Co-authored-by:
Ben Ash <32777270+benashz@users.noreply.github.com> * cleanup * additional deprecation comments * fix discovery link * highlight * no need to configure the issuer Co-authored-by:
Ben Ash <32777270+benashz@users.noreply.github.com>
-
John-Michael Faircloth authored
* OIDC: add note on PKCE support for code flow * add changelog * remove changelong
-