pulumi/pkg/secrets
Fraser Waters 3560333ae6
Clean up uses of .Error() (#14965)
Combination of a few cleanups.

1. Don't call .Error() on errors that are being passed to "%s" format
functions. Format will call `Error()` itself.
2. Don't call assert.Error then assert.Equal/Contains, just use
assert.ErrorEqual/ErrorContains instead.
3. Use "%w" if appropriate, instead of "%v"/"%s".
2023-12-20 15:54:06 +00:00
..
b64 Change secret.Manager State to json.RawMessage 2023-05-22 11:21:15 +01:00
cloud Restore secrets provider in config refresh (#13900) 2023-11-13 12:27:46 +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 Ensure that pulumi config cp also copies the environments from the source stack (#14847) 2023-12-19 20:37:10 +00:00
provider.go Move SecretsProvider to pkg/secrets 2023-01-12 19:03:29 +00:00