This message was deleted.
# general
s
This message was deleted.
b
you would need to distribute/pre-share the passphrase to everyone who should be able to execute pulumi, for one
l
Agreed
However, in production, the deployment will only be done using a deployment tool. In that case, it shouldn’t be an issue, rit? But yes, the distribution can be concerning in a development environment
b
If you can store the key somewhere safe, I don’t think it’s too big an issue. Using a secrets provider is practically free if you’re on AWS or Google Cloud though, so I use that because there’s no reason not to 😄
(I dunno how this works if you’re using the Pulumi backend)
b
you can set any secrets provider regardless of your backend, just init your stack with the provider you need
l
Thanks everybody!!! 🙂