Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants