fix(kms): report accurate Vault KV2 security contract and disable unsafe rotation (#5474)

This commit is contained in:
Zhengchao An
2026-07-30 22:56:43 +08:00
committed by GitHub
parent 19cdd806a2
commit d4f2efa2ad
6 changed files with 308 additions and 50 deletions
+1 -1
View File
@@ -314,7 +314,7 @@ pub struct ServerOpts {
#[arg(long, default_value_t = false, env = "RUSTFS_KMS_ENABLE")]
pub kms_enable: bool,
/// KMS backend type: local, vault or vault-kv2 (Vault KV2+Transit), vault-transit
/// KMS backend type: local, vault or vault-kv2 (plain Vault KV v2 storage), vault-transit
#[arg(long, default_value_t = rustfs_config::DEFAULT_KMS_BACKEND.to_string(), env = "RUSTFS_KMS_BACKEND")]
pub kms_backend: String,