open-vault/sdk/logical
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
..
audit.go
auth.go Login MFA (#14025) 2022-02-17 13:08:51 -08:00
connection.go Add remote_port in the audit logs when it is available (#12790) 2022-01-26 15:47:15 -08:00
controlgroup.go
error.go
identity.pb.go Login MFA (#14025) 2022-02-17 13:08:51 -08:00
identity.proto Login MFA (#14025) 2022-02-17 13:08:51 -08:00
lease.go
lease_test.go
logical.go Improve code comments on logical.Paths object (#14080) 2022-02-15 11:00:48 -08:00
logical_storage.go
managed_key.go OSS of the managed key consumer pattern (#13940) 2022-02-07 15:01:42 -06:00
plugin.pb.go Login MFA (#14025) 2022-02-17 13:08:51 -08:00
plugin.proto
request.go SSCT Tokens Feature [OSS] (#14109) 2022-02-17 11:43:07 -08:00
response.go VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
response_util.go
response_util_test.go
secret.go
storage.go
storage_inmem.go
storage_inmem_test.go
storage_test.go
storage_view.go
system_view.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
testing.go
token.go SSCT Tokens Feature [OSS] (#14109) 2022-02-17 11:43:07 -08:00
token_test.go VAULT-1564 report in-flight requests (#13024) 2021-12-08 17:34:42 -05:00
translate_response.go Login MFA (#14025) 2022-02-17 13:08:51 -08:00