From b46dfe98d82d65a1e819881f28ea5df33416f6a6 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 24 Jan 2023 15:57:43 -0500 Subject: [PATCH] Remove wildcard matcher on egress allow --- deploy-config/egress_proxy/notify-api-demo.allow.acl | 2 +- deploy-config/egress_proxy/notify-api-staging.allow.acl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-config/egress_proxy/notify-api-demo.allow.acl b/deploy-config/egress_proxy/notify-api-demo.allow.acl index 7061eef91..fcd95f284 100644 --- a/deploy-config/egress_proxy/notify-api-demo.allow.acl +++ b/deploy-config/egress_proxy/notify-api-demo.allow.acl @@ -1,4 +1,4 @@ email.us-west-2.amazonaws.com sns.us-west-2.amazonaws.com gov-collector.newrelic.com -*.apps.internal +egress-proxy-notify-api-demo.apps.internal diff --git a/deploy-config/egress_proxy/notify-api-staging.allow.acl b/deploy-config/egress_proxy/notify-api-staging.allow.acl index 7061eef91..9f16b1edf 100644 --- a/deploy-config/egress_proxy/notify-api-staging.allow.acl +++ b/deploy-config/egress_proxy/notify-api-staging.allow.acl @@ -1,4 +1,4 @@ email.us-west-2.amazonaws.com sns.us-west-2.amazonaws.com gov-collector.newrelic.com -*.apps.internal +egress-proxy-notify-api-staging.apps.internal