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 Jan, 2022 5 commits
-
-
Bryce Kalow authored
-
Nick Cabatoff authored
In doing some testing I found that the listener clusteraddr isn't really used, or at least isn't as important as the top-level clusteraddr setting. As such, go-sockaddr templating needs to be implemented for the top-level `cluster_addr` setting or it's unusable for HA. Also fix a nil pointer panic I discovered at the same time.
-
Nick Cabatoff authored
-
Nick Cabatoff authored
-
divyapola5 authored
Add validation for nonce size when we aren't in convergent encryption mode within transit backend (#13690) * Add validation for nonce size when we aren't in convergent encryption mode within transit backend * Add changelog entry
-
- 18 Jan, 2022 6 commits
-
-
claire bontempo authored
* makes more mock data * sort month by clients * fix mock data * fix typo * adds serializer for payload to format data for charts * remove console logs * change key from month_year to timestamp * add comments/todos * change dates to UTC iso timestamp * revert serializer changes - moving to a new PR
-
Angel Garbarino authored
* fire off network for query with Start time from license and return endDate and display * startDate * comment change * saving wip * change from startDate to startTime * comment cleanup * Address comments * fixing small comments
-
Tony Pulickal authored
-
VAL authored
* Distinguish LIST-only paths in OpenAPI * add changelog * Put enum field inside schema
-
James Bayer authored
The payload json example is invalid syntax.
-
Rémi Lapeyre authored
The auth/token/revoke will not error out if the token does not exists, it always tries to revoke the token and return success to the client whether or not the token exists. This makes the behavior of auth/token/revoke-accessor coherent with this and remove the need to check whether the token still exists.
-
- 17 Jan, 2022 1 commit
-
-
Nick Cabatoff authored
-
- 15 Jan, 2022 1 commit
-
-
Tero Saarni authored
* auth/kubernetes: support for short-lived tokens * Uplift new version of Kubernetes auth plugin that does not store the service account token persistently to Vault storage. * Update the documentation to recommend local token again when running Vault inside cluster. Signed-off-by:
Tero Saarni <tero.saarni@est.tech> * Added changelog entry Signed-off-by:
Tero Saarni <tero.saarni@est.tech> * clarification to changelog entry, executed go mod tidy * clarifications and added targeted release version
-
- 14 Jan, 2022 3 commits
-
-
akshya96 authored
* code scanning alerts changes * adding changelog
-
Jordan Reimer authored
* update pollCluster helper * bypasses problematic assertion for now
-
Jason O'Donnell authored
* docs: update oracle tls examples * Add warnings * Add notes * Add missing note
-
- 13 Jan, 2022 7 commits
-
-
Austin Gebauer authored
-
Austin Gebauer authored
-
akshya96 authored
* updating custom response for partial month count * Update website/content/api-docs/system/internal-counters.mdx Co-authored-by:
Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com> * removing new line Co-authored-by:
Pratyoy Mukhopadhyay <35388175+pmmukh@users.noreply.github.com>
-
claire bontempo authored
* distinguish between single month and range attribution views, add export csv modal and action * adds activity handler for mirage testing with client count work against new API * adds class for grey subtitle in modal * akes data detail titles dynamic * fix passing of glyph type * clarify mirage responses * cleanup todos
-
claire bontempo authored
-
claire bontempo authored
* create SingleMonth template * updates stattext styling * add flex helper and fix header margin * rename variable in formatNumber helper * update templates with size-specific margins * clarify class name * fix jsdoc param type
-
Loann Le authored
* include nomad vault question * added link
-
- 12 Jan, 2022 3 commits
-
-
Chris Capurso authored
* go get vault-plugin-secrets-kv@vault-4290-patch-metadata * add kv metadata patch command * add changelog entry * success tests for kv metadata patch flags * add more kv metadata patch flags tests * add kv metadata patch cas warning test * add kv-v2 key metadata patch API docs * add kv metadata patch to docs * prevent unintentional field overwriting in kv metadata put cmd * like create/update ops, prevent patch to paths ending in / * fix kv metadata patch cmd in docs * fix flag defaults for kv metadata put * go get vault-plugin-secrets-kv@vault-4290-patch-metadata * fix TestKvMetadataPatchCommand_Flags test * doc fixes * go get vault-plugin-secrets-kv@master; go mod tidy
-
Jordan Reimer authored
-
Chris Capurso authored
* use GetOkErr in patch handler so unknown fields result in error response * do not error on unknown fields for patch handling * godoc update for HandlePatchOperation
-
- 11 Jan, 2022 8 commits
-
-
Jordan Reimer authored
* adds development workflow to mirage config * adds example mirage dev handler * adds changelog * removes changelog entry * adds base mirage handlers
-
Jim Kalafut authored
-
Angel Garbarino authored
* cherry pick my changes over * clean up * styling fix * clean up * address pr comments * rename * update comment
-
Jordan Reimer authored
-
Nick Cabatoff authored
If we get a 405 doing an HTTP PATCH, assume the server is pre-1.9 and fall back to old readThenWrite approach (#13615)
-
Nick Cabatoff authored
* Remove unnecessary branch filters; we rely instead on exiting the jobs on inappropriate branches, since otherwise GH's required checks won't be satisfied.
-
Nick Cabatoff authored
-
Nick Cabatoff authored
* Use MAP_POPULATE for our bbolt mmaps, assuming the files fit in memory. This should improve startup times when freelist sync is disabled.
-
- 10 Jan, 2022 5 commits
-
-
claire bontempo authored
* fixes basekey param * adds changelog
-
Robert authored
secrets/database: Add parameter to disable escaping username and password chars for DB connections (#13414) * Add a parameter that disables escaping characters in the username or password fields for secrets engines database connections * Always disallow template variables inside the username or password
-
Chelsea Shaw authored
-
Nick Cabatoff authored
-
Lars Lehtonen authored
-
- 07 Jan, 2022 1 commit
-
-
Chris Capurso authored
-