mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-21 11:56:38 +00:00
fix(keystone): fail closed on EC2 auth and apply configured timeout (#4464)
This commit is contained in:
@@ -248,6 +248,7 @@ mod tests {
|
||||
None,
|
||||
"Default".to_string(),
|
||||
true,
|
||||
std::time::Duration::from_secs(30),
|
||||
);
|
||||
KeystoneIdentityMapper::new(Arc::new(client), true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user