anonpenguin23 123ca90b65 fix(serverless): get_secret round-trip via secrets.Encrypt + string scan (#837)
The base64 wrapper wasn't enough: DBSecretsManager scanned encrypted_value
into []byte, so the rqlite client applied base64 binary semantics on read and
the ciphertext never round-tripped — get_secret stayed empty. Mirror the
proven push-credentials store exactly: encrypt to a 'enc:'-prefixed base64
string via pkg/secrets and scan the column into a STRING for Decrypt. Text
round-trips cleanly through rqlite regardless of the BLOB column.
2026-06-15 14:46:36 +03:00
..
2026-03-26 18:24:47 +02:00
2026-06-11 11:45:12 +03:00