pulumi/pkg/secrets/passphrase
Fraser Waters 863f5ee9c6
Log error in symmetricCrypterFromPhraseAndState (#17058)
Pointed out in
https://github.com/pulumi/home/issues/3601#issuecomment-2306413266.

If DecryptValue fails we don't currently propagate the information about
that error anywhere, instead just returning a ErrIncorrectPassphrase
error. This adds a log statement so we can at least ask users to run
with `-v=7` to see what error is happening.
2024-08-23 15:23:53 +00:00
..
manager.go Log error in symmetricCrypterFromPhraseAndState (#17058) 2024-08-23 15:23:53 +00:00
manager_test.go Clean up uses of .Error() (#14965) 2023-12-20 15:54:06 +00:00