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 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