little-cartoon-10569
07/21/2022, 10:47 PMpulumi confg set --secret
with a multi-line value? I see the note that it needs to be catted (not echoed?) in via a pipe. But when I do that, only the first line is being encrypted and kept; the rest of the file is ignored.miniature-musician-31262
07/21/2022, 10:51 PM$ echo "some
multi-line
string" | pulumi config set some_string --secret
$ pulumi config get some_string
some
multi-line
string
little-cartoon-10569
07/21/2022, 10:52 PMpulumi config get some_string
is showing only "some".miniature-musician-31262
07/21/2022, 10:53 PMlittle-cartoon-10569
07/21/2022, 10:56 PMWARN[0000] The input device is not a TTY. The --tty and --interactive flags might not work properly
miniature-musician-31262
07/21/2022, 10:57 PMlittle-cartoon-10569
07/21/2022, 10:58 PMminiature-musician-31262
07/21/2022, 10:59 PMlittle-cartoon-10569
07/21/2022, 11:01 PM-it
flags from podman. That made the above warning go away (nice), but now the value is just a newline... no "some multi-line string" any more!miniature-musician-31262
07/21/2022, 11:04 PMlittle-cartoon-10569
07/21/2022, 11:05 PM