mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 23:56:53 +00:00
fix(keystone): fail closed on EC2 auth and apply configured timeout (#4464)
This commit is contained in:
@@ -242,6 +242,7 @@ mod tests {
|
||||
None,
|
||||
"Default".to_string(),
|
||||
true,
|
||||
Duration::from_secs(30),
|
||||
);
|
||||
let provider = KeystoneAuthProvider::new(client, 100, Duration::from_secs(60), true);
|
||||
let layer = KeystoneAuthLayer::new(Some(Arc::new(provider)));
|
||||
|
||||
Reference in New Issue
Block a user