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

Support storing secrets that include newlines #44

Open
keirlawson opened this issue May 28, 2022 · 2 comments
Open

Support storing secrets that include newlines #44

keirlawson opened this issue May 28, 2022 · 2 comments

Comments

@keirlawson
Copy link

Secrets such as private keys contain newlines, at present there appears to be no way to store such secrets with the KISS CLI. I have tried both piping in from standard input (results in only the first line being stored) and replacing newlines with \n (gives [ERROR] failed to read input from stdin. Either -value is required or you provided an invalid input)

@RileyWilliams
Copy link
Contributor

RileyWilliams commented Jun 6, 2022

#45 addresses this

@kkonstan-ovo
Copy link

Unless I'm missing something, create-from addresses the issue when creating secrets, but not when updating them, that would require an equivalent update-from.

As a workaround I have to delete/create things now.

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

3 participants