open-vault/physical/raft
Daniel Lohse de2d3073d7 Allow Raft storage to be configured via env variables (#7745)
* Fix unordered imports

* Allow Raft node ID to be set via the environment variable `VAULT_RAFT_NODE_ID`

* Allow Raft path to be set via the environment variable `VAULT_RAFT_PATH`

* Prioritize the environment when fetching the Raft configuration values

Values in environment variables should override the config as per the
documentation as well as common sense.
2019-10-28 09:43:12 -07:00
..
logstore Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
chunking_test.go Add additional raft chunk test (#7192) 2019-07-29 14:11:46 -07:00
fsm.go Improve raft write performance by utilizing FSM Batching (#7527) 2019-10-14 09:25:07 -06:00
fsm_test.go Improve raft write performance by utilizing FSM Batching (#7527) 2019-10-14 09:25:07 -06:00
raft.go Allow Raft storage to be configured via env variables (#7745) 2019-10-28 09:43:12 -07:00
raft_test.go Add additional raft chunk test (#7192) 2019-07-29 14:11:46 -07:00
raft_util.go OSS portions of raft non-voters (#7634) 2019-10-11 11:56:59 -07:00
snapshot.go Fixed a bunch of typos (#7146) 2019-07-18 21:10:15 -04:00
snapshot_test.go raft: fix TestRaft_Snapshot_Take_Restore (#7443) 2019-09-06 15:20:08 -07:00
streamlayer.go oss changes for entropy augmentation feature (#7670) 2019-10-17 10:33:00 -07:00
types.pb.go Rerun proto gen as some got gen'd with old proto version (#7090) 2019-07-09 01:02:20 +02:00
types.proto Add chunking support to raft 2019-07-22 12:17:58 -04:00