Yuneng Jiang
0d8c9137fb
fix(proxy): make /config/update env-var encryption idempotent
...
A single decrypt-then-encrypt chokepoint (_encrypt_env_variables_for_db)
now backs both update_config and save_config. Re-submitting a value the
Admin UI read back from /get/config/callbacks as ciphertext no longer
stacks a second encryption layer, which previously decrypted to garbage
and silently broke the callback. The chokepoint decrypts with the pure
_decrypt_db_variables (no os.environ mutation on the write path) and
encrypts exactly once; update_config merges only the sent keys so
untouched env vars keep their stored ciphertext byte-for-byte.
2026-05-15 15:14:18 -07:00
..
2026-05-15 22:57:48 +05:30
2026-04-17 13:02:59 -07:00
2026-04-23 15:31:16 -07:00
2026-05-14 09:28:31 -07:00
2026-05-01 12:11:32 -07:00
2026-05-12 17:16:37 -07:00
2026-05-11 09:07:08 +05:30
2026-04-17 13:02:59 -07:00
2026-04-30 16:43:42 -07:00
2026-05-14 08:35:24 -07:00
2026-05-13 13:02:38 -07:00
2026-05-14 10:53:04 -07:00
2026-04-17 13:02:59 -07:00
2026-05-15 08:32:09 +05:30
2026-05-05 13:23:32 -07:00
2026-04-25 19:03:43 -07:00
2026-05-08 18:09:14 -07:00
2026-04-17 17:36:40 -07:00
2026-05-15 04:47:02 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-01 19:07:21 -07:00
2026-05-14 04:16:04 +00:00
2026-04-23 15:31:16 -07:00
2026-04-17 13:02:59 -07:00
2026-05-13 22:11:24 -07:00
2026-05-14 01:24:51 +00:00
2026-05-01 19:46:27 -07:00
2026-05-03 10:27:53 +00:00
2026-04-17 13:02:59 -07:00
2026-04-23 15:31:16 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-29 22:48:03 +02:00
2026-05-09 09:16:27 -07:00
2026-05-07 12:59:36 -07:00
2026-05-13 20:20:38 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-01 11:55:36 +05:30
2026-05-13 09:49:05 -07:00
2026-05-13 14:09:12 -07:00
2026-04-30 14:27:19 -07:00
2026-05-01 14:24:53 -07:00
2026-05-12 18:06:12 -07:00
2026-04-17 13:02:59 -07:00
2026-05-13 12:03:36 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-07 11:53:03 -07:00
2026-05-06 00:28:42 +02:00
2026-05-03 02:04:05 +00:00
2026-04-17 13:02:59 -07:00
2026-05-02 02:17:46 +00:00
2026-05-11 14:49:38 -07:00
2026-05-14 09:28:31 -07:00
2026-05-15 15:14:18 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-05-04 18:17:31 +00:00
2026-04-28 19:15:03 +00:00
2026-05-14 09:28:31 -07:00
2026-04-17 13:02:59 -07:00
2026-05-15 04:37:59 -07:00
2026-04-30 11:52:47 -07:00
2026-05-13 09:49:05 -07:00
2026-05-06 18:39:15 +00:00
2026-04-30 20:44:14 -07:00
2026-04-24 08:36:25 -07:00
2026-04-17 13:02:59 -07:00
2026-04-17 13:02:59 -07:00
2026-04-14 23:37:49 +05:30