Request
Add a hdb_env system table for remotely administering environment variables, including secrets. Features:
- Optional per-value encryption (designated secrets), with the encryption key stored outside the table (filesystem by default)
- Operations API additions for setting values and performing encryption
loadEnv built-in component extended to read from hdb_env and inject into process.env on startup
Related: CORE-2696 (process.setEnv API for cross-thread propagation).
🤖 Filed by Claude on behalf of Kris.
Request
Add a
hdb_envsystem table for remotely administering environment variables, including secrets. Features:loadEnvbuilt-in component extended to read fromhdb_envand inject intoprocess.envon startupRelated: CORE-2696 (process.setEnv API for cross-thread propagation).
🤖 Filed by Claude on behalf of Kris.