From d9b763be8cfd88f6af21068f20fe9a7b4c66ff1c Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 10 Mar 2021 19:56:25 -0500 Subject: [PATCH] Set binauth annotation (#1909) --- terraform/variables.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/terraform/variables.tf b/terraform/variables.tf index 41e69ff0c..df82d4268 100644 --- a/terraform/variables.tf +++ b/terraform/variables.tf @@ -279,6 +279,7 @@ locals { "run.googleapis.com/vpc-access-egress" : "private-ranges-only" } default_service_annotations = { + "run.googleapis.com/binary-authorization" : "default" "run.googleapis.com/ingress" : "all" // This is added due to the run.googleapis.com/sandbox annotation above. // The sandbox anntation it added to remove the permanent diff.