Make unsealing part of the no local sealing config

This commit is contained in:
Shrenuj Bansal 2022-11-28 12:27:38 -05:00
parent fa596eee5b
commit 03aabc3fc6

View File

@ -708,6 +708,7 @@ func (n *Ensemble) Start() *Ensemble {
scfg.Storage.AllowPreCommit1 = false
scfg.Storage.AllowPreCommit2 = false
scfg.Storage.AllowCommit = false
scfg.Storage.AllowUnseal = false
}
scfg.Storage.Assigner = assigner