open-vault/sdk/plugin
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
..
mock Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
pb Login MFA (#14025) 2022-02-17 13:08:51 -08:00
backend.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
grpc_backend.go Create sdk/ and api/ submodules (#6583) 2019-04-12 17:54:35 -04:00
grpc_backend_client.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
grpc_backend_server.go Update protobuf & grpc libraries and protoc plugins (#12679) 2021-09-29 18:25:15 -07:00
grpc_backend_test.go AWS upgrade role entries (#7025) 2019-07-05 16:55:40 -07:00
grpc_storage.go Update protobuf & grpc libraries and protoc plugins (#12679) 2021-09-29 18:25:15 -07:00
grpc_system.go feature: multiplexing support for database plugins (#14033) 2022-02-17 08:50:33 -06:00
grpc_system_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
logger.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
logger_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
middleware.go AWS upgrade role entries (#7025) 2019-07-05 16:55:40 -07:00
plugin.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
serve.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
storage_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00