mirror of https://github.com/pulumi/pulumi.git
12dd0767ac
Fixes: #5452 When the user is requesting to change the secrets provider to a passphrase provider, we now calculate that has been requested. This means, we will prompt for a new passphrase for use in encrypting the stack. ``` pulumi stack change-secrets-provider passphrase Enter your passphrase to unlock config/secrets (set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE to remember): Enter your new passphrase to protect config/secrets: Re-enter your new passphrase to confirm: Migrating old configuration and state to new secrets provider Enter your passphrase to unlock config/secrets (set PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE to remember): ``` |
||
---|---|---|
.. | ||
backend | ||
cmd/pulumi | ||
codegen | ||
engine | ||
graph | ||
operations | ||
resource | ||
secrets | ||
testing/integration | ||
util | ||
version | ||
go.mod | ||
go.sum |