Skip to content
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

Path containing colon gives error #190

Open
thomasmitchell opened this issue Oct 9, 2019 · 2 comments
Open

Path containing colon gives error #190

thomasmitchell opened this issue Oct 9, 2019 · 2 comments

Comments

@thomasmitchell
Copy link
Contributor

cp to a path with two colons yields:

!! cannot write to paths in /path:key notation

We should be able to handle paths with colons in them, and even if that weren't true, that's a bad error.

@thomasmitchell
Copy link
Contributor Author

This comes down to that we have code for the purpose of safe set that errors out if the path segment has a colon in it. This means that you technically can't write to any path with a colon in it. Is this a restriction that should be removed?

@dennisjbell
Copy link
Contributor

safe gen also has this issue:

$ safe gen secret/test/pw:test:me
!! cannot write to paths in /path:key notation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants