mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-03 06:37:34 +08:00
New backlog#2024 KMS supplements (KMS-106..502) are gated behind node env flags. Add workflow_dispatch inputs that append the corresponding KEY=VALUE lines to /etc/default/rustfs via the suite's --extra-env option: - enforce_sse_key_policy -> RUSTFS_KMS_ENFORCE_SSE_KEY_POLICY (KMS-401/402) - frame_v2 -> RUSTFS_ENCRYPTION_FRAME_V2 (KMS-318) - config_secret -> RUSTFS_KMS_CONFIG_SECRET (KMS-107) Nightly runs keep the default local+vault-kv2 lane unchanged.