mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 07:57:01 +00:00
fix(kms): harden local master key storage (#3589)
This commit is contained in:
@@ -157,7 +157,7 @@ impl fmt::Debug for BackendConfig {
|
||||
pub struct LocalConfig {
|
||||
/// Directory to store key files
|
||||
pub key_dir: PathBuf,
|
||||
/// Master key for encrypting stored keys (if None, keys are stored in plaintext)
|
||||
/// Master key for encrypting stored keys (if None, only explicit development-mode plaintext storage is allowed)
|
||||
pub master_key: Option<String>,
|
||||
/// File permissions for key files (octal)
|
||||
pub file_permissions: Option<u32>,
|
||||
|
||||
Reference in New Issue
Block a user