gray-lawyer-89054
07/11/2019, 12:57 PMbetter-rainbow-14549
07/11/2019, 1:47 PMgray-lawyer-89054
07/11/2019, 2:32 PMencrypted pulumi secret
is there any api to add entries to Pulumi.stack.yaml? or generating passwords outside of pulumi and pass to it on pulumi up
with --secret?better-rainbow-14549
07/11/2019, 2:32 PMgray-lawyer-89054
07/11/2019, 2:36 PMpulumi config set
command right?better-rainbow-14549
07/11/2019, 2:36 PMgray-lawyer-89054
07/11/2019, 2:37 PMbetter-rainbow-14549
07/11/2019, 2:37 PMgray-lawyer-89054
07/11/2019, 2:37 PMbig-piano-35669
pulumi.secret(v)
function and it'll be encrypted in the state file, just like the CLI does. This combines nicely with what Oliver suggested, eg generating it with the random package.gray-lawyer-89054
07/12/2019, 9:55 AM