open-vault/physical/raft
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
..
bolt_32bit_test.go Use MAP_POPULATE for our bbolt mmaps (#13573) 2022-01-11 08:16:53 -05:00
bolt_64bit_test.go Use MAP_POPULATE for our bbolt mmaps (#13573) 2022-01-11 08:16:53 -05:00
bolt_linux.go Use MAP_POPULATE for our bbolt mmaps (#13573) 2022-01-11 08:16:53 -05:00
chunking_test.go Switch to shared raft-boltdb library and add metrics (#11269) 2021-04-26 16:01:26 -07:00
fsm.go Use MAP_POPULATE for our bbolt mmaps (#13573) 2022-01-11 08:16:53 -05:00
fsm_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
io.go Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00
msgpack.go Depend explicitly on go-msgpack v1.1.5 (#13693) 2022-01-19 10:32:19 -05:00
raft.go Raft/fix raft telemetry metric unit (#13749) 2022-01-24 10:51:35 -05:00
raft_autopilot.go Migrate to sdk/internalshared libs in go-secure-stdlib (#12090) 2021-07-15 20:17:31 -04:00
raft_test.go Prevent raft transactions from containing overlarge keys. (#13286) 2021-11-26 08:38:39 -05:00
raft_util.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
snapshot.go [VAULT-3226] Use os.rename on windows os (#12377) 2021-08-19 16:05:53 -07:00
snapshot_test.go Create helpers which integrate with OpenTelemetry for diagnose collection (#11454) 2021-04-29 13:32:41 -05:00
streamlayer.go physical: deprecate errwrap.Wrapf() (#11692) 2021-05-31 12:54:05 -04:00
streamlayer_test.go storage/raft: Advertise the configured cluster address (#9008) 2020-05-18 18:22:25 -07:00
types.pb.go Login MFA (#14025) 2022-02-17 13:08:51 -08:00
types.proto Autopilot: Server Stabilization, State and Dead Server Cleanup (#10856) 2021-03-03 13:59:50 -05:00
varint.go Fix code copied from gogo using a different proto import (#9009) 2020-05-15 13:45:22 -07:00
vars_32bit.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00
vars_64bit.go Convert to Go 1.17 go:build directive (#13579) 2022-01-05 12:02:03 -06:00