This message was deleted.
# general
s
This message was deleted.
b
@narrow-vegetable-60985 if you init a stack using
pulumi stack init --secrets-provider="<gcpkms://projects/><p>/locations/<l>/keyRings/<r>/cryptoKeys/<k>"
then set the config value using
pulumi config set --secret
it'll set the value in your stack config
and it'll be encrypted, so you can check it in
n
Ah. Indeed. I can encrypt a value with pulumi without granting permissions to the cloud Pulumi stack (even with a local stack) and then just copy the encrypted value to another file. Just tested that. Works fine. Thanks!
👍 1