Join Slack
Powered by
what's the right way to store a PEM private key in...
# esc
f
fresh-spring-82225
07/25/2024, 6:36 PM
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
future-hairdresser-70637
07/26/2024, 1:22 AM
good question. current consensus is we should document this 🙂 a multiline fn::secret should work
👍 1
f
fresh-spring-82225
07/26/2024, 5:54 PM
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.
21
Views
Open in Slack
Previous
Next