mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 13:53:12 +00:00
fix(kms): report accurate Vault KV2 security contract and disable unsafe rotation (#5474)
This commit is contained in:
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user