-
Notifications
You must be signed in to change notification settings - Fork 29
chore: unlock cmd hmac and password from input #487
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Lazar955
commented
Jun 6, 2025
- Provide the user with the option to use HMAC.
- Use a more secure way to read the password for keyring unlock.
|
Maybe not for this pr, but I suggest we update the operation doc to add the instructions of using the |
vitsalis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment. Let's also update the docs?
vitsalis
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comments
Vvaradinov
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
gitferry
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work! A few nits
| f.String(eotsPkFlag, "", "EOTS public key of the finality-provider") | ||
| f.String(passphraseFlag, "", "The keyring passphrase") | ||
| f.String(rpcClientFlag, "", "The RPC address of a running eotsd") | ||
| f.String(sdkflags.FlagHome, "", "The path to the eotsd home directory") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to set the default eotsd home here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Leaving it empty intentionally