open-vault/http
Vishal Nayak 8891f2ba88 Raft retry join (#7856)
* Raft retry join

* update

* Make retry join work with shamir seal

* Return upon context completion

* Update vault/raft.go

Co-Authored-By: Brian Kassouf <briankassouf@users.noreply.github.com>

* Address some review comments

* send leader information slice as a parameter

* Make retry join work properly with Shamir case. This commit has a blocking issue

* Fix join goroutine exiting before the job is done

* Polishing changes

* Don't return after a successful join during unseal

* Added config parsing test

* Add test and fix bugs

* minor changes

* Address review comments

* Fix build error

Co-authored-by: Brian Kassouf <briankassouf@users.noreply.github.com>
2020-01-13 17:02:16 -08:00
..
auth_token_test.go
cors.go
forwarded_for_test.go
forwarding_bench_test.go
forwarding_test.go
handler.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
handler_test.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
help.go
help_test.go
http_test.go
logical.go Don't try to use req if we got a nonzero status, it'll be nil. (#7728) 2019-10-24 13:37:13 -04:00
logical_test.go
plugin_test.go
stub_assets.go
sys_audit_test.go
sys_auth_test.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
sys_config_cors_test.go
sys_config_state_test.go
sys_generate_root.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_generate_root_test.go
sys_health.go Fix build 2019-10-28 17:40:44 -07:00
sys_health_test.go
sys_hostinfo_test.go
sys_init.go Shamir seals now come in two varieties: legacy and new-style. (#7694) 2019-10-18 14:46:00 -04:00
sys_init_test.go
sys_internal_test.go
sys_leader.go
sys_leader_test.go
sys_lease_test.go
sys_metrics.go
sys_metrics_test.go
sys_mount_test.go Run go fmt (#7823) 2019-11-07 08:54:34 -08:00
sys_mounts_test.go
sys_policy_test.go
sys_raft.go Raft retry join (#7856) 2020-01-13 17:02:16 -08:00
sys_rekey.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_rekey_test.go
sys_rotate_test.go
sys_seal.go Recovery Mode (#7559) 2019-10-15 00:55:31 -04:00
sys_seal_test.go
sys_wrapping_test.go
testing.go
unwrapping_raw_body_test.go
util.go