You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its still not totally clear whether we are keeping or ditching the kvdb. But what i think definately needs to change before we deploy entropy-tss to a confidential virtual machine is remove the manual password input. There will be no way for the validator operator to enter a password via a terminal, as there will be no shell access to the virtual machine.
The quickest was to do this would be to change this line:
Its still not totally clear whether we are keeping or ditching the kvdb. But what i think definately needs to change before we deploy entropy-tss to a confidential virtual machine is remove the manual password input. There will be no way for the validator operator to enter a password via a terminal, as there will be no shell access to the virtual machine.
The quickest was to do this would be to change this line:
entropy-core/crates/threshold-signature-server/src/helpers/launch.rs
Line 146 in a1e3698
To use
PasswordMethod::NoPassword
.The text was updated successfully, but these errors were encountered: