diff --git a/src/shared/awsagent/roles.go b/src/shared/awsagent/roles.go index 67987cd73..1ca0982eb 100644 --- a/src/shared/awsagent/roles.go +++ b/src/shared/awsagent/roles.go @@ -44,6 +44,8 @@ func (a *Agent) GetOtterizeRole(ctx context.Context, namespaceName, accountName return false, nil, errors.Wrap(err) } } + + return false, nil, errors.Wrap(err) } return true, role.Role, nil