Make unsealing part of the no local sealing config
This commit is contained in:
parent
fa596eee5b
commit
03aabc3fc6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user