Logo
Explore Help
Sign In
darkhelm/notifications-admin
1
0
Fork 0
You've already forked notifications-admin
mirror of https://github.com/GSA/notifications-admin.git synced 2025-12-09 06:33:52 -05:00
Code Issues Packages Projects Releases Wiki Activity
Files
5cd703eb2f4e4f501377025e9e042822c7c6a132
notifications-admin/.profile

10 lines
265 B
Plaintext
Raw Normal View History

Configure egress proxy for new relic integration
2023-01-23 10:41:26 -05:00
##
# Cloud Foundry app initialization script
# https://docs.cloudfoundry.org/devguide/deploy-apps/deploy-app.html#profile
##
export NEW_RELIC_PROXY_HOST=$egress_proxy
Add missing egress proxy configuration This changeset adds some egress proxy configuration that is currently missing from the application initialization. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-01-19 17:14:11 -05:00
export http_proxy=$egress_proxy
export https_proxy=$egress_proxy
Add no_proxy environment variable This changeset adds the no_proxy environment variable to be set at the time our app runs to exclude the internal apps running within our platform that are handled by Cloud Foundry network policies instead. Without this in place, the egress proxy will not allow our deployed apps to talk with one another. Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
2024-01-22 15:36:00 -05:00
export no_proxy="apps.internal"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0 Page: 2009ms Template: 88ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API