open-vault/builtin/logical/transit
Jordan Reimer 36ccfaa3aa
MFA (#14049)
* adds development workflow to mirage config

* adds mirage handler and factory for mfa workflow

* adds mfa handling to auth service and cluster adapter

* moves auth success logic from form to controller

* adds mfa form component

* shows delayed auth message for all methods

* adds new code delay to mfa form

* adds error views

* fixes merge conflict

* adds integration tests for mfa-form component

* fixes auth tests

* updates mfa response handling to align with backend

* updates mfa-form to handle multiple methods and constraints

* adds noDefault arg to Select component

* updates mirage mfa handler to align with backend and adds generator for various mfa scenarios

* adds tests

* flaky test fix attempt

* reverts test fix attempt

* adds changelog entry

* updates comments for todo items

* removes faker from mfa mirage factory and handler

* adds number to word helper

* fixes tests

* Revert "Merge branch 'main' into ui/mfa"

This reverts commit 8ee6a6aaa1b6c9ec16b985c10d91c3806819ec40, reversing
changes made to 2428dd6cca07bb41cda3f453619646ca3a88bfd0.

* format-ttl helper fix from main
2022-02-17 09:10:56 -07:00
..
cmd/transit Update to api 1.0.1 and sdk 0.1.8 2019-04-15 14:10:07 -04:00
backend.go MFA (#14049) 2022-02-17 09:10:56 -07:00
backend_test.go MFA (#14049) 2022-02-17 09:10:56 -07:00
path_backup.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_backup_test.go RSA3072 implementation in transit secrets engine (#8151) 2020-02-15 14:40:50 -08:00
path_cache_config.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_cache_config_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_config.go MFA (#14049) 2022-02-17 09:10:56 -07:00
path_config_test.go MFA (#14049) 2022-02-17 09:10:56 -07:00
path_datakey.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_decrypt.go Return non-retryable errors on transit encrypt and decrypt failures (#13111) 2021-11-15 15:53:22 -06:00
path_decrypt_bench_test.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_decrypt_test.go Return non-retryable errors on transit encrypt and decrypt failures (#13111) 2021-11-15 15:53:22 -06:00
path_encrypt.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_encrypt_bench_test.go Improving transit batch encrypt and decrypt latencies (#8775) 2020-06-10 13:31:46 -04:00
path_encrypt_test.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_export.go Enforce minimum cache size for transit backend (#12418) 2021-09-13 16:44:56 -05:00
path_export_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_hash.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_hash_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_hmac.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_hmac_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_keys.go MFA (#14049) 2022-02-17 09:10:56 -07:00
path_keys_test.go MFA (#14049) 2022-02-17 09:10:56 -07:00
path_random.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_random_test.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_restore.go Run a more strict formatter over the code (#11312) 2021-04-08 09:43:39 -07:00
path_restore_test.go Fix some linting errors (#12860) 2021-10-18 17:29:47 -07:00
path_rewrap.go reformat using 'make fmt' (#13794) 2022-01-27 10:06:34 -08:00
path_rewrap_test.go fix missing plaintext in bulk decrypt response (#9991) 2020-09-22 09:43:07 -04:00
path_rotate.go Enforce minimum cache size for transit backend (#12418) 2021-09-13 16:44:56 -05:00
path_sign_verify.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_sign_verify_test.go Adds support for SHA-3 to transit (#13367) 2021-12-08 12:29:33 -06:00
path_trim.go Enforce minimum cache size for transit backend (#12418) 2021-09-13 16:44:56 -05:00
path_trim_test.go Enforce minimum cache size for transit backend (#12418) 2021-09-13 16:44:56 -05:00
stepwise_test.go Swap out stepwise for external repo version (#12089) 2021-07-20 13:20:23 -04:00