@@ -212,9 +212,9 @@ locals {
212212 [for p in local . projects : " ${ p } " ]
213213 )
214214
215- ingress_policies_keys_dry_run = var. required_ingress_rules_app_infra_dry_run ? concat ([" cicd_to_app_infra " , " cicd_to_seed_app_infra " , " cicd_to_net_env " , " billing_sa_to_prj " , " sinks_sa_to_logs " , " service_cicd_to_seed " , " cicd_to_seed " ], var. ingress_policies_keys_dry_run ) : concat ([" billing_sa_to_prj" , " sinks_sa_to_logs" , " service_cicd_to_seed" , " cicd_to_seed" ], var. ingress_policies_keys_dry_run )
215+ ingress_policies_keys_dry_run = var. required_ingress_rules_app_infra_dry_run ? concat ([" billing_sa_to_prj " , " sinks_sa_to_logs " , " service_cicd_to_seed " , " cicd_to_seed " , " cicd_to_app_infra " , " cicd_to_seed_app_infra " , " cicd_to_net_env " ], var. ingress_policies_keys_dry_run ) : concat ([" billing_sa_to_prj" , " sinks_sa_to_logs" , " service_cicd_to_seed" , " cicd_to_seed" ], var. ingress_policies_keys_dry_run )
216216 egress_policies_keys_dry_run = var. required_egress_rules_app_infra_dry_run ? concat ([" seed_to_cicd" , " org_sa_to_scc" , " app_infra_to_cicd" ], var. egress_policies_keys_dry_run ) : concat ([" seed_to_cicd" , " org_sa_to_scc" ], var. egress_policies_keys_dry_run )
217- ingress_policies_keys = var. required_ingress_rules_app_infra ? concat ([" cicd_to_app_infra " , " cicd_to_seed_app_infra " , " cicd_to_net_env " , " billing_sa_to_prj " , " sinks_sa_to_logs " , " service_cicd_to_seed " , " cicd_to_seed " ], var. ingress_policies_keys ) : concat ([" billing_sa_to_prj" , " sinks_sa_to_logs" , " service_cicd_to_seed" , " cicd_to_seed" ], var. ingress_policies_keys )
217+ ingress_policies_keys = var. required_ingress_rules_app_infra ? concat ([" billing_sa_to_prj " , " sinks_sa_to_logs " , " service_cicd_to_seed " , " cicd_to_seed " , " cicd_to_app_infra " , " cicd_to_seed_app_infra " , " cicd_to_net_env " ], var. ingress_policies_keys ) : concat ([" billing_sa_to_prj" , " sinks_sa_to_logs" , " service_cicd_to_seed" , " cicd_to_seed" ], var. ingress_policies_keys )
218218 egress_policies_keys = var. required_egress_rules_app_infra ? concat ([" seed_to_cicd" , " org_sa_to_scc" , " app_infra_to_cicd" ], var. egress_policies_keys ) : concat ([" seed_to_cicd" , " org_sa_to_scc" ], var. egress_policies_keys )
219219
220220 ingress_policies_map_dry_run = var. required_ingress_rules_app_infra_dry_run ? zipmap (
@@ -706,6 +706,7 @@ locals {
706706
707707 required_egress_rules = [
708708 {
709+ title = " ER seed -> cicd"
709710 from = {
710711 identities = [
711712 " serviceAccount:${ local . cloudbuild_project_number } @cloudbuild.gserviceaccount.com" ,
@@ -728,6 +729,7 @@ locals {
728729 }
729730 },
730731 {
732+ title = " ER cicd -> scc"
731733 from = {
732734 identities = [
733735 " serviceAccount:${ local . organization_service_account } " ,
0 commit comments