sparse-intern-71089
04/09/2020, 1:20 PMbroad-helmet-79436
04/09/2020, 1:21 PMpulumi config set --secret <name> <value>
?broad-helmet-79436
04/09/2020, 1:21 PMfamous-kite-69533
04/09/2020, 1:22 PMpulumi config set --secret metallb-secretKey "$(openssl rand -base64 128)"
🙂broad-helmet-79436
04/09/2020, 1:22 PMpulumi config set
also accepts data from stdin if you don’t pass a value
broad-helmet-79436
04/09/2020, 1:23 PMopenssl rand -base64 128 | pulumi config set --secret metallb-secretKey
should also workfamous-kite-69533
04/09/2020, 4:08 PM