This message was deleted.
# general
s
This message was deleted.
👍 2
s
TIL
@slack/client
- very useful!
a
(And
ngrok
)
s
In example 4, is the secret stored as part of the function text, or using something like secret manager?
a
For this example it would be
pulumi config set --secret <key> <value>
https://pulumi.io/reference/config.html#secrets
s
@adamant-restaurant-73893 right, but if it were captured in the lambda would it appear in the program text or does it store it out of band?
b
It is currently stored in the program text. https://github.com/pulumi/pulumi/issues/397 will address that. Really hoping we can get to this soon because as you point out, serializing as plain text isn't good. And if done right (auditing, easy rotation etc) it should address the 80% case for secrets management -- and in a way that's pretty easy to use.
👍 1
m
Schnufte read, @big-piano-35669!