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.
- 14 Apr, 2022 10 commits
-
-
Chris Hoffman authored
-
Chris Hoffman authored
-
Chris Hoffman authored
-
Angel Garbarino authored
* the conditional fix * add test coverage * changelog * add possesive * fix language * fix * fix * change quotes * fix * replace with find
-
John-Michael Faircloth authored
* fix dev-plugin-dir when backend is builtin * use builtinRegistry.Contains * revert aa76337 * use correct plugin type for logical backend after revert * fix factory func default setting after revert * add ut coverage for builtin plugin with plugin directory set * add coverage for secrets plugin type * use totp in tests to avoid test import cycle in ssh package * use nomad in tests to avoid test import cycle * remove secrets mount tests due to unavoidable test import cycle
-
Alexander Scheel authored
Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com>
-
Hamid Ghaf authored
* VAULT-5422: Add rate limit for TOTP passcode attempts * fixing the docs * CL * feedback * Additional info in doc * rate limit is done per entity per methodID * refactoring a test * rate limit OSS work for policy MFA * adding max_validation_attempts to TOTP config * feedback * checking for non-nil reference
-
Vinny Mannello authored
temporary namespace calls
-
Hamid Ghaf authored
* supporting google authenticator with Okta auth * minor fix * CL * feedback * Update changelog/14985.txt Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com> * updating docs Co-authored-by:
Calvin Leung Huang <1883212+calvn@users.noreply.github.com>
-
Calvin Wu authored
Base on this line and my experiment, I think the default value of vault.hashicorp.com/agent-cache-listener-port should be 8200. https://github.com/hashicorp/vault-k8s/blob/main/agent-inject/agent/agent.go#L30
-
- 13 Apr, 2022 8 commits
-
-
Calvin Leung Huang authored
-
Chelsea Shaw authored
* Masked inputs always look the same when value is hidden * Add changelog * Fix failing test
-
Jordan Reimer authored
* glimmerizes form field components * updates model validations handling in components that use form field
-
Jim Kalafut authored
-
kitography authored
* Typo fixes; numbering fixes. * Removes changes to numbering - these aren't visible (see https://riptutorial.com/markdown/example/1805/numbered-lists)
-
Kevin Wang authored
- this is in support of removal of `stable-website`
-
Hamid Ghaf authored
* forwarding requests subjected to Login MFA to the active node * CL, and making fmt happy
-
Rowan Smith authored
Page edited: https://www.vaultproject.io/docs/audit/socket. We should include a note detailing that Vault may become unresponsive due to a TCP based socket output becoming unavailable per https://www.vaultproject.io/docs/audit#blocked-audit-devices
-
- 12 Apr, 2022 5 commits
-
-
claire bontempo authored
* clarify timestamp in jsdocs * make title bottom margin smaller * add monthly usage component * fix doubled up css * clean up average helpers * copy update * change arg to component variable * fix awkward grammar * clean up mirage handler * address comments * remove prop
-
Alexander Scheel authored
Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com>
-
Angel Garbarino authored
* initial upgrade running ember-cli-update --to 3.28 * bumps node-sass version * fragments bump * fixes overriding errors prop on policy model causing issues * bumps some addon versions related to Ember Global deprecation warning on build * bumps back ember-test-selectors version for now * removes ember-promise-helpers addon and creates await helper * upgrades ember-template-lint and adds prettier plugin * Ember 3.28 Upgrade Lint Fixes (#14890) * fixes js lint errors * fixes hbs lint errors * allow multiple node versions for now to get tests runinng * fixes tests * Upgrade ember-test-selectors (#14937) * updates ember-test-selectors, ember-cli-page-object and ember-cli-string-helpers * adds attributeBindings to classic components with data-test property * glimmerizes toolbar-link component and removes data-test args * glimmerizes toolbar-secret-link and secret-link components and removes data-test and class args * glimm...
-
claire bontempo authored
* wire up running total component * remove waitUntil * remove unused functions * abstract x/y keys * adjust tick size * refactor helpers into utils * cleanup * cleanup utils files and imports * update variables to const * mock empty monthly data
-
akshya96 authored
* adding env var * add fixes * fixing debug * removing umask from tests
-
- 11 Apr, 2022 2 commits
-
-
Arnav Palnitkar authored
* Fix edit capabilities call in auth method - Capabilities call was not getting triggered correctly as apiPath method was missing the correct context. * Added changelog
-
Vishal Nayak authored
* Warnings indicating ignored and replaced parameters * Avoid additional var creation * Add warnings only if the response is non-nil * Return the response even when error is non-nil * Fix tests * Rearrange comments * Print warning in the log * Fix another test * Add CL
-
- 08 Apr, 2022 5 commits
-
-
Yoko Hyakuna authored
-
Jose Estrada authored
* set displayName to include RoleSessionName
-
akshya96 authored
* doc changes * adding config changes * adding chnages to plugins * using include * making doc changes * adding newline
-
Josh Black authored
* ensure initialMmapSize is 0 on windows * add changelog
-
VAL authored
* Don't clone OutputCurlString value, add flag to docs * Add changelog
-
- 07 Apr, 2022 8 commits
-
-
Tom Proctor authored
-
akshya96 authored
-
Anton Averchenkov authored
-
claire bontempo authored
* add mock monthly data to mirage handler * add months to serializer for activity response * change selectors Co-authored-by:
Chelsea Shaw <82459713+hashishaw@users.noreply.github.com> * clean up serializer * please stop being flakey <3 Co-authored-by:
Chelsea Shaw <82459713+hashishaw@users.noreply.github.com>
-
Christopher Swenson authored
* [VAULT-1618] Agent error log level is mismatched `logLevelToStringPtr` translates `go-hclog`'s `ERROR` to `"ERROR"` for Consul Template's runner, but that expects `ERR` and is quite strict about it. This will address https://github.com/hashicorp/vault-k8s/issues/223 after it is set as the default image in `vault-k8s`. I didn't find a simple way to test this other than starting up a full server and agent and letting them run, which is unfortunately fairly slow. I confirmed that this addresses the original issue by modifying the helm chart with the values in this commit and patching the log level to `err`. * VAULT-1618 Add changelog/14424.txt * VAULT-1618 Update changelog/14424.txt based on @kalafut suggestion Co-authored-by:
Jim Kalafut <jkalafut@hashicorp.com> * VAULT-1618 Move cancel and server stop into defer in tests * VAULT-1618 Triggering CircleCI tests * VAULT-1618 Replace ioutil with os functions for agent template tests Co-authored-by:
Jim Kalafut <jkalafut@hashicorp.com>
-
Angel Garbarino authored
* inital glimmerize * wip * wip * wip * fix maybeQueryRecord * fix * fix * fix test * cleanup * add changelog * clean up
-
Alexander Scheel authored
When adding SignatureBits control logic, we incorrectly allowed specification of SignatureBits in the case of an ECDSA issuer. As noted in the original request, NIST and Mozilla (and others) are fairly prescriptive in the choice of signatures (matching the size of the NIST P-curve), and we shouldn't usually use a smaller (or worse, larger and truncate!) hash. Ignore the configuration of signature bits and always use autodetection for ECDSA like ed25519. Signed-off-by:
Alexander Scheel <alex.scheel@hashicorp.com>
-
Jordan Reimer authored
* fixes issue logging in with oidc from listed auth path tab * adds changelog entry * adds more tests for oidc auth workflow * updates oidc auth method test to use non-standard path
-
- 06 Apr, 2022 2 commits
-
-
mryan-hashi authored
* Update developer-qs.mdx docs: added link to Java / Spring Boot sample app repo in developer quick start. * removed space. * trigger ci Co-authored-by:
taoism4504 <loann@hashicorp.com>
-
Robert authored
-