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
Currently the get-oracle-key CLI get the EncryptedOraclePrivKey from only OracleRegistration.
But in oracle upgrade we can't use this CLI in new oracle (Because the nodePrivKey is different). Therefore, if storing OraclePrivKey fails for some reason during upgrade, there is no way to obtain the key again.
So, It is necessary to improve get-oracle-key for covering upgrade scenario.
The text was updated successfully, but these errors were encountered:
Currently the
get-oracle-key
CLI get theEncryptedOraclePrivKey
from onlyOracleRegistration
.But in oracle upgrade we can't use this CLI in new oracle (Because the
nodePrivKey
is different). Therefore, if storingOraclePrivKey
fails for some reason during upgrade, there is no way to obtain the key again.So, It is necessary to improve
get-oracle-key
for covering upgrade scenario.The text was updated successfully, but these errors were encountered: