open-vault/physical/raft
Jim Kalafut 22c4ae5933
Rename master key to root key (#13324)
* See what it looks like to replace "master key" with "root key".  There are two places that would require more challenging code changes: the storage path `core/master`, and its contents (the JSON-serialized EncodedKeyringtructure.)

* Restore accidentally deleted line

* Add changelog

* Update root->recovery

* Fix test

Co-authored-by: Nick Cabatoff <ncabatoff@hashicorp.com>
2021-12-06 17:12:20 -08:00
..
bolt_32bit_test.go fix bolt 32 bit test (#13249) 2021-11-23 10:50:15 -08:00
bolt_64bit_test.go Add InitialMmapSize to bolt options (#13178) 2021-11-22 20:16:57 -08:00
chunking_test.go Switch to shared raft-boltdb library and add metrics (#11269) 2021-04-26 16:01:26 -07:00
fsm.go Add InitialMmapSize to bolt options (#13178) 2021-11-22 20:16:57 -08: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
raft.go Rename master key to root key (#13324) 2021-12-06 17:12:20 -08: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 Remove unneeded fields from state output (#11073) 2021-03-10 12:08:12 -05: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 Add Custom metadata field to alias (#12502) 2021-09-17 11:03:47 -07: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 Add InitialMmapSize to bolt options (#13178) 2021-11-22 20:16:57 -08:00
vars_64bit.go Add InitialMmapSize to bolt options (#13178) 2021-11-22 20:16:57 -08:00