mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -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
|
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
|
||||||
##
|
##
|
||||||
|
|
||||||
|
export http_proxy=$egress_proxy
|
||||||
export https_proxy=$egress_proxy
|
export https_proxy=$egress_proxy
|
||||||
export NEW_RELIC_PROXY_HOST=$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
|
sns-fips.us-east-1.amazonaws.com
|
||||||
gov-collector.newrelic.com
|
gov-collector.newrelic.com
|
||||||
egress-proxy-notify-api-demo.apps.internal
|
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
|
sns.us-gov-west-1.amazonaws.com
|
||||||
gov-collector.newrelic.com
|
gov-collector.newrelic.com
|
||||||
egress-proxy-notify-api-production.apps.internal
|
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
|
sns-fips.us-west-2.amazonaws.com
|
||||||
gov-collector.newrelic.com
|
gov-collector.newrelic.com
|
||||||
egress-proxy-notify-api-staging.apps.internal
|
egress-proxy-notify-api-staging.apps.internal
|
||||||
|
idp.int.identitysandbox.gov
|
||||||
|
secure.login.gov
|
||||||
|
|||||||
Reference in New Issue
Block a user