diff --git a/components/security_apps/orchestration/orchestration_comp.cc b/components/security_apps/orchestration/orchestration_comp.cc index 00b9f83..61e7e20 100755 --- a/components/security_apps/orchestration/orchestration_comp.cc +++ b/components/security_apps/orchestration/orchestration_comp.cc @@ -299,9 +299,6 @@ private: } } - if (agent_mode == OrchestrationMode::HYBRID) { - return Maybe(); - } return authentication_res; }