mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-11 07:36:53 +00:00
fix(keystone): fail closed on EC2 auth and apply configured timeout (#4464)
This commit is contained in:
@@ -66,6 +66,7 @@ pub async fn init_keystone_auth(config: KeystoneConfig) -> Result<(), Box<dyn st
|
||||
config.admin_project.clone(),
|
||||
config.get_admin_domain(),
|
||||
config.verify_ssl,
|
||||
config.get_timeout(),
|
||||
);
|
||||
|
||||
let auth_provider = KeystoneAuthProvider::new(client.clone(), config.cache_size, config.get_cache_ttl(), config.enable_cache);
|
||||
|
||||
Reference in New Issue
Block a user