mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-12 05:09:35 -04:00
Merge pull request #760 from GSA/adjust-egress-proxy-config
Adding missing egress proxy configuration
This commit is contained in:
1
.profile
1
.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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user