nice-eye-54931
06/03/2021, 7:32 PMpulumi login --local
, is there a way to skip/disable this paraphrase thing? There is absolutely no point in using it as there is no way it can ever be secure setting it as an env variable?billowy-army-68599
06/03/2021, 7:48 PMexport PULUMI_CONFIG_PASSPHRASE=""
but you need to set some value for it so that we can encrypt stack secretsnice-eye-54931
06/03/2021, 7:53 PMbillowy-army-68599
06/03/2021, 7:56 PMnice-eye-54931
06/03/2021, 8:02 PMbillowy-army-68599
06/03/2021, 8:02 PMred-match-15116
06/03/2021, 8:05 PMnice-eye-54931
06/03/2021, 8:07 PMpulumi login --local
) and what the consequences and the best practices to follow there. No information on how to use the PULUMI_CONFIG_PASSPHRASE_FILE. I had to restart 7 times, deleting my .pulumi folder (once I know where it was) because I tried setting the paraphrase to an empty value (like ssh perfectly accepts), which it happily accepted, but then refusing to destroy the stack.billowy-army-68599
06/03/2021, 8:18 PMnice-eye-54931
06/03/2021, 8:28 PMbillowy-army-68599
06/03/2021, 8:31 PMbroad-dog-22463
06/03/2021, 8:32 PMnice-eye-54931
06/03/2021, 8:49 PMpulumi up
works, but then a pulumi destroy -s <stackname>
fails, saying it can't find the env variable as there isn't anybroad-dog-22463
06/03/2021, 9:12 PMnice-eye-54931
06/03/2021, 9:30 PMbroad-dog-22463
06/03/2021, 9:49 PMnice-eye-54931
06/03/2021, 9:56 PMbroad-dog-22463
06/03/2021, 9:59 PMnice-eye-54931
06/03/2021, 9:59 PMbroad-dog-22463
06/03/2021, 10:01 PM