From 2fcb2f59b8d8383b4f08039823a7793d15616f70 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 19 Jan 2024 17:39:32 -0500 Subject: [PATCH 1/2] Adding missing egress proxy configuration This changeset adds a missing egress proxy configuration environment variable. Signed-off-by: Carlo Costino --- .profile | 1 + 1 file changed, 1 insertion(+) diff --git a/.profile b/.profile index 1c1f98b4b..f7721ea96 100644 --- a/.profile +++ b/.profile @@ -3,5 +3,6 @@ # https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile ## +export http_proxy=$egress_proxy export https_proxy=$egress_proxy export NEW_RELIC_PROXY_HOST=$egress_proxy From 316875a22a8762c45dfcd97cbd5b8d6d2fac9dd6 Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Fri, 19 Jan 2024 17:42:38 -0500 Subject: [PATCH 2/2] Add Login.gov URLs to our egress allow ACL Signed-off-by: Carlo Costino --- deploy-config/egress_proxy/notify-api-demo.allow.acl | 2 ++ deploy-config/egress_proxy/notify-api-production.allow.acl | 2 ++ deploy-config/egress_proxy/notify-api-staging.allow.acl | 2 ++ 3 files changed, 6 insertions(+) diff --git a/deploy-config/egress_proxy/notify-api-demo.allow.acl b/deploy-config/egress_proxy/notify-api-demo.allow.acl index 36a93c46f..6aa6aa2b4 100644 --- a/deploy-config/egress_proxy/notify-api-demo.allow.acl +++ b/deploy-config/egress_proxy/notify-api-demo.allow.acl @@ -8,3 +8,5 @@ s3-fips.us-west-2.amazonaws.com sns-fips.us-east-1.amazonaws.com gov-collector.newrelic.com egress-proxy-notify-api-demo.apps.internal +idp.int.identitysandbox.gov +secure.login.gov diff --git a/deploy-config/egress_proxy/notify-api-production.allow.acl b/deploy-config/egress_proxy/notify-api-production.allow.acl index 2cc1bd8fe..a7a70636f 100644 --- a/deploy-config/egress_proxy/notify-api-production.allow.acl +++ b/deploy-config/egress_proxy/notify-api-production.allow.acl @@ -7,3 +7,5 @@ s3-fips.us-gov-west-1.amazonaws.com sns.us-gov-west-1.amazonaws.com gov-collector.newrelic.com egress-proxy-notify-api-production.apps.internal +idp.int.identitysandbox.gov +secure.login.gov diff --git a/deploy-config/egress_proxy/notify-api-staging.allow.acl b/deploy-config/egress_proxy/notify-api-staging.allow.acl index 3768c3c74..eb46ce948 100644 --- a/deploy-config/egress_proxy/notify-api-staging.allow.acl +++ b/deploy-config/egress_proxy/notify-api-staging.allow.acl @@ -8,3 +8,5 @@ s3-fips.us-west-2.amazonaws.com sns-fips.us-west-2.amazonaws.com gov-collector.newrelic.com egress-proxy-notify-api-staging.apps.internal +idp.int.identitysandbox.gov +secure.login.gov