what's the right way to store a PEM private key in...
# esc
f
what's the right way to store a PEM private key in esc? i.e. I have a file starting with -----BEGIN PRIVATE KEY-----
f
good question. current consensus is we should document this 🙂 a multiline fn::secret should work
👍 1
f
For now I'm storing it in regular pulumi config, since it looks like I only need it in one stack for the moment. But it would be nice if
esc env set
supported piping in the file contents the same way as
pulumi config set
does.