Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Set binauth annotation (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo authored Mar 11, 2021
1 parent 73c8416 commit d9b763b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d9b763b

Please sign in to comment.