-
Notifications
You must be signed in to change notification settings - Fork 0
read wallet secret from os keyring #25
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
| func (h *GitopiaHandler) initSecrets() (string, error) { | ||
| walletAddress := "" | ||
| var err error | ||
| if h.secType == UNKNOWN { |
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.
Why is this check required? This will always be true right since initSecrets will be called only once in a git-remote-gitopia session?
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.
it will be called everytime on Push. but we are loading secrets only once with this check
The address generated are cosmos ones. Configure address prefix of gitopia. |
|
While testing i'm getting this error. Is there anything else that needs to be done? I have configured the key_name in git config also |
if it still doesnt work.. we can pair and debug? |
|
Okay, i'll try |
|
also set |
|
@ProgramCpp Tested ok Just change the appname to "git-remote-gitopia" to seggregate the keys of "gitopia" and "git-remote-gitopia". I'll merge after that |
this is already done
|
read wallet secret from os keyring