I am implementing security to my Cloud Run services through an Api Gateway NEG and a load balanced I need block the automatically generated url for my api gateway so that they only access my services through the load balanced
From what I understand Cloud Armor can only be used with the load balancer and not directly with the APi gateway.