-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Ignore keys with invalid names in keystore #4681
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
Comments
matrushka
changed the title
dotfiles in keystore
Ignore keys with invalid names in keystore
Feb 11, 2018
Ignoring hidden files sounds reasonable. Want to take a crack at this? It should be fairly straight forward. You'll have to edit
|
Stebalien
added
the
kind/enhancement
A net-new feature or improvement to an existing feature
label
Feb 14, 2018
@Stebalien sure I'll try to have a look. |
matrushka
added a commit
to matrushka/go-ipfs
that referenced
this issue
Feb 14, 2018
…ectory to address ipfs#4681 * Has calls the validateName function before checking if we have the file * List filters the returned list of file names by validateName. License: MIT Signed-off-by: Baris Gumustas <[email protected]>
matrushka
added a commit
to matrushka/go-ipfs
that referenced
this issue
Feb 14, 2018
…ectory to address ipfs#4681 * Has calls the validateName function before checking if we have the file * List filters the returned list of file names by validateName. License: MIT Signed-off-by: matrushka <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version information:
go-ipfs version: 0.4.13-cc01b7f
Repo version: 6
System version: amd64/darwin
Golang version: go1.9.2
Type:
Enhancement
Description:
Right now dotfiles under the keystore directory causes an error while running
ipfs key list
. Although having a dotfile (or any file with an invalid name) shouldn't cause the whole thing to fail. It should print out a warning about the problem. When it comes to why I need this feature is:Motivations:
How the feature should work:
list
is being called it should return all the valid keys and log or display warnings about the invalid ones.The text was updated successfully, but these errors were encountered: