-
Notifications
You must be signed in to change notification settings - Fork 19
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
fix: Update KeysUtil.java #72
Conversation
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.
Line 21 must be edited to user.home
too
Good catch, updated accordingly |
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.
Not really sure I understand the code changes completely ...
I think logic we want is:
-
loadKeys
- check first if file exists at ~/.atsign/keys/$atSign_key.atKeys
- if it does, load it
- else
- check if file exists at ./keys/$atSign_key.atKeys
- If it does, load it but also log a warning saying "keys files found in deprecated location - please move to ~/.atsign/keys directory" or similar
-
saveKeys
- save file to ~/.atsign/keys/$atSign_key.atKeys and log an info message stating the same
@TylerTrott Lots of UMass students are using at_java for their Android Studio projects Another thing to consider is how the apps will access their .atKeys files |
We’ve done zero work so far on java sdk for storing keys in or getting keys
from the keychain
…On Tue, Nov 15, 2022 at 16:58 JeremyTubongbanua ***@***.***> wrote:
@TylerTrott <https://github.com/TylerTrott> Lots of UMass students are
using at_java for their Android Studio projects
Another thing to consider is how the apps will access their .atKeys files
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABXNZL7ED5BQOYXKSRTGWLWIO6MJANCNFSM6AAAAAAR356NWE>
.
You are receiving this because your review was requested.Message ID:
***@***.***>
|
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.
Let me know once you've implemented the third test!
- What I did
Resolved issue #71
- How I did it
Change path
- How to verify it
Eyeball path, should be fine, nothing crazy
- Description for the changelog
Update Path for getKeysFile to look in ~/.atsign/keys