You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: downgrade decrypt failure log from warn to info
During upgrades, when new fields are added to encrypt_fields, existing
plaintext data in etcd will fail to decrypt. This is a normal and expected
scenario, but the warn-level log generates noise that may alarm users.
Downgrade the log level from warn to info for decrypt operations and add
a hint message suggesting users re-save the configuration via Admin API
to encrypt the plaintext values.
0 commit comments