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-05-03 18:20:21 +03:00
2026-03-26 18:14:52 +02:00
2026-06-09 15:57:32 +03:00
2026-06-15 14:46:36 +03:00
2026-06-04 10:08:10 +03:00
2026-06-10 12:10:52 +03:00
2026-06-09 13:01:02 +03:00
2026-05-04 11:38:19 +03:00
2026-05-21 15:52:46 +03:00
2026-06-09 15:57:32 +03:00
2026-05-06 15:43:11 +03:00
2026-05-08 11:23:53 +03:00
2026-05-23 12:48:45 +03:00
2026-06-09 15:57:32 +03:00
2026-03-26 18:14:52 +02:00
2026-06-11 07:04:50 +03:00
2026-06-09 13:01:02 +03:00
2026-06-11 07:04:50 +03:00
2026-06-11 07:04:50 +03:00
2026-05-05 11:35:35 +03:00
2026-06-11 07:04:50 +03:00
2026-06-04 10:08:10 +03:00
2026-06-10 12:10:52 +03:00
2026-06-10 12:10:52 +03:00
2026-03-26 18:14:52 +02:00
2026-05-08 11:23:53 +03:00
2026-05-16 15:43:18 +03:00
2026-06-15 08:05:38 +03:00
2026-06-10 12:10:52 +03:00
2026-06-10 12:10:52 +03:00
2026-06-10 12:10:52 +03:00
2026-06-11 07:04:50 +03:00
2026-06-04 10:08:10 +03:00
2026-05-04 11:38:19 +03:00
2026-05-04 11:38:19 +03:00
2026-06-09 13:01:02 +03:00
2026-06-09 13:01:02 +03:00
2026-06-15 08:05:38 +03:00
2026-06-10 12:10:52 +03:00
2026-06-09 13:01:02 +03:00
2026-05-25 10:25:04 +03:00
2026-03-26 18:14:52 +02:00
2026-05-15 09:01:42 +03:00
2026-05-15 09:01:42 +03:00
2026-06-15 08:05:38 +03:00
2026-06-12 08:05:27 +03:00
2026-06-09 13:01:02 +03:00