You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
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)
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
)The text was updated successfully, but these errors were encountered: