famous-kite-69533
04/09/2020, 1:20 PMopenssl rand -base64 128
broad-helmet-79436
04/09/2020, 1:21 PMpulumi config set --secret <name> <value>
?famous-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
openssl rand -base64 128 | pulumi config set --secret metallb-secretKey
should also workfamous-kite-69533
04/09/2020, 4:08 PM