Skip to content

encryption: Fix bytea payload writes

Warren Gifford requested to merge ef/fix-bad-bytea into main

Created by: efritz

Noticed that writes were failing in k8s postgres pod logs and investigated. Found that non-ascii characters can cause the bytea format to fail insertion.

Test plan

New unit tests.

Merge request reports

Loading