pulumi/pkg/secrets
Thomas Gummerer 0e4fa76bdc
state_move: include stack name in the passhprase prompt (#16861)
When moving resources between projects that use the passphrase secret
manager, we automatically prompt for the secret, unless
PULUMI_CONFIG_PASSPHRASE or PULUMI_CONFIG_PASSPHRASE_FILE are set.
Unfortunately that can be a bit confusing when moving resources between
different projects, because the prompt does not specify in any way which
stack the passphrase is for.

Fix this by adding a little bit of output to the prompt, showing the
user the stack name for which they are supposed to enter the passphrase.

---------

Co-authored-by: Julien <julien@caffeine.lu>
2024-08-02 10:59:12 +00:00
..
b64 Remove b64 from the default secrets provider (#15163) 2024-01-17 13:29:51 +00:00
cloud cloud backend test: retry creating secrets manager (#16494) 2024-06-27 04:33:56 +00:00
passphrase state_move: include stack name in the passhprase prompt (#16861) 2024-08-02 10:59:12 +00:00
service Add tokens.StackName (#14487) 2023-11-15 07:44:54 +00:00
manager.go Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
mock.go Remove b64 from the default secrets provider (#15163) 2024-01-17 13:29:51 +00:00
provider.go Move SecretsProvider to pkg/secrets 2023-01-12 19:03:29 +00:00