-
Notifications
You must be signed in to change notification settings - Fork 4
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:read spaces in secretPath #206
fix:read spaces in secretPath #206
Conversation
Why was this closed @shafiqihtsham |
I closed this PR because I was confused on the exact requirements the issue was asking for specifically what characters we should allow on the paths. Also I wasn't too sure if someone else was going to work on this as I didn't formally ask to be assigned to it. I can reopen and work on it again as well as implement the needed fast check test, but I need help understanding what you meant by "least common characters" as to my understanding Unix only forbids |
LCD - lowest common denominator I think I was referencing that. "least" is not the right word here. How about the "common set of characters" between all 3 operating systems allowed in a file path/name. |
But one has to fast check this, and also deal with "ingress" - which is relevant to #32. |
I'm going to re-open this. I don't want it to get lost in the issue tracker. |
Two things to address still
|
Looking into it, it seems that unix file names are very permissive. They allow everything except So I'm changing the allowable file path to be |
Oh, this PR is forked off of |
Superseded by #217 |
Description
When creating a secret, secretPaths should be able to handle spaces and not throw an error.
Issues Fixed
Tasks
Final checklist