bitnami-labs / sealed-secrets

A Kubernetes controller and tool for one-way encrypted Secrets
Apache License 2.0
7.73k stars 687 forks source link

fix: show field name in error message when base64 decoding fails #1519

Closed mxey closed 6 months ago

mxey commented 7 months ago

Description of the change

unsealing errors usually show the field name that caused the error - except for base64 decoding. This change fixes that.

Benefits

clearer error message

Possible drawbacks

none

Applicable issues

Additional information