Added check for is_ecs during get_access_keys
We need to presume that if `is_ecs` we are deferring access key loading
This commit is contained in:
@ -4074,7 +4074,7 @@ static int get_access_keys(void)
|
||||
}
|
||||
|
||||
// access key loading is deferred
|
||||
if(load_iamrole){
|
||||
if(load_iamrole || is_ecs){
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user