pulumi/pkg/secrets
Thomas Gummerer 8bcef51fb8
add test showing encryptedkey in state will keep working (#15187)
Add a regression test making sure
https://github.com/pulumi/pulumi/issues/15127 will not happen again.

The problem is very similar to the other test, but it's a different
codepath that we missed.

I added a commit upgrading to gocloud.dev 0.28.0 showing the test fails
there and it succeeds with the current version.

/xref https://github.com/pulumi/pulumi/issues/15138

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [x] I have formatted my code using `gofumpt`
2024-01-19 16:32:21 +00:00
..
b64 Remove b64 from the default secrets provider (#15163) 2024-01-17 13:29:51 +00:00
cloud add test showing encryptedkey in state will keep working (#15187) 2024-01-19 16:32:21 +00:00
passphrase Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +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