Update proxy settings to enable sending data to new relic

This commit is contained in:
Ryan Ahearn
2023-01-24 13:54:16 -05:00
parent 227711b226
commit 28f0c05f0f
4 changed files with 5 additions and 2 deletions

View File

@@ -9,10 +9,10 @@ inputs:
required: true
proxy_repo:
description: git repo for cg-egress-proxy
default: https://github.com/GSA/cg-egress-proxy.git
default: https://github.com/rahearn/cg-egress-proxy.git
proxy_version:
description: git ref to be deployed
default: main
default: new-relic-connection
runs:
using: composite
steps:

View File

@@ -1 +1,2 @@
gov-collector.newrelic.com
*.apps.internal

View File

@@ -1 +1,2 @@
gov-collector.newrelic.com
*.apps.internal

View File

@@ -46,3 +46,4 @@ applications:
NOTIFY_BILLING_DETAILS: '[]'
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
NEW_RELIC_CA_BUNDLE_PATH: "/etc/ssl/certs/ca-certificates.crt"