open-vault/vault/external_tests
Josh Black e83471d7de
Login MFA (#14025)
* Login MFA

* ENT OSS segragation (#14088)

* Delete method id if not used in an MFA enforcement config (#14063)

* Delete an MFA methodID only if it is not used by an MFA enforcement config

* Fixing a bug: mfa/validate is an unauthenticated path, and goes through the handleLoginRequest path

* adding use_passcode field to DUO config (#14059)

* add changelog

* preventing replay attack on MFA passcodes (#14056)

* preventing replay attack on MFA passcodes

* using %w instead of %s for error

* Improve CLI command for login mfa (#14106)

CLI prints a warning message indicating the login request needs to get validated

* adding the validity period of a passcode to error messages (#14115)

* PR feedback

* duo to handle preventing passcode reuse

Co-authored-by: hghaf099 <83242695+hghaf099@users.noreply.github.com>
Co-authored-by: hamid ghaf <hamid@hashicorp.com>
2022-02-17 13:08:51 -08:00
..
activity Vault 2823 cc namespace (#12393) 2021-09-07 09:16:12 -07:00
api Feature flags API (#10613) 2021-01-06 16:05:00 -06:00
approle vault/external_tests/approle: fix dropped test error (#13947) 2022-02-10 19:41:45 -05:00
expiration update oss files with changes from ent PR #1928 (#11965) 2021-06-29 15:02:30 -06:00
identity Login MFA (#14025) 2022-02-17 13:08:51 -08:00
kv reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
metrics Switch to shared raft-boltdb library and add metrics (#11269) 2021-04-26 16:01:26 -07:00
mfa Login MFA (#14025) 2022-02-17 13:08:51 -08:00
misc Add HTTP PATCH support to KV (#12687) 2021-10-13 15:24:31 -04:00
policy Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
pprof Add support for unauthenticated pprof access on a per-listener basis,… (#11324) 2021-04-19 14:30:59 -04:00
quotas Fixing a flaky test TestQuotas_RateLimitQuota_ExemptPaths (#12532) 2021-09-10 17:41:14 -04:00
raft Fix a data race in the new autoseal health check (#13136) 2021-11-12 15:58:46 -06:00
raftha Parallel retry join (#13606) 2022-01-17 10:33:03 -05:00
response Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
router Fix a case where mounts could be duplicated (#6771) 2019-06-04 10:33:36 -07:00
sealmigration reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
sealmigrationext Factor out the consul-using sealmigration tests to their own package, so that the remaining tests can run in the CI job that doesn't need docker. (#10342) 2020-11-20 07:53:31 -05:00
token SSCT Tokens Feature [OSS] (#14109) 2022-02-17 11:43:07 -08:00