mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-05 12:57:42 +00:00
fix(site-replication): harden service account sync (#3500)
This commit is contained in:
@@ -581,6 +581,7 @@ impl Operation for UpdateServiceAccount {
|
||||
description: new_description.clone(),
|
||||
expiration: new_expiration,
|
||||
session_policy: sp,
|
||||
allow_site_replicator_account: false,
|
||||
};
|
||||
|
||||
let updated_at = iam_store
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1116,6 +1116,7 @@ impl Operation for ImportIam {
|
||||
description: None,
|
||||
expiration: None,
|
||||
status: Some(status),
|
||||
allow_site_replicator_account: false,
|
||||
},
|
||||
)
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user