Merge pull request #172 from GSA/new-relic-egress-debug

Connect to new relic through egress proxy
This commit is contained in:
Ryan Ahearn
2023-01-26 10:23:53 -05:00
committed by GitHub
6 changed files with 9 additions and 6 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,3 +1,4 @@
email.us-west-2.amazonaws.com
sns.us-west-2.amazonaws.com
gov-collector.newrelic.com
egress-proxy-notify-api-demo.apps.internal

View File

@@ -1,3 +1,4 @@
email.us-west-2.amazonaws.com
sns.us-west-2.amazonaws.com
gov-collector.newrelic.com
egress-proxy-notify-api-staging.apps.internal

View File

@@ -6,6 +6,6 @@ worker_memory: 512M
scheduler_memory: 256M
public_api_route: notify-api-sandbox.app.cloud.gov
admin_base_url: https://notify-sandbox.app.cloud.gov
ADMIN_CLIENT_SECRET: dev-notify-secret-key
DANGEROUS_SALT: dev-notify-salt
SECRET_KEY: dev-notify-secret-key
ADMIN_CLIENT_SECRET: sandbox-notify-secret-key
DANGEROUS_SALT: sandbox-notify-salt
SECRET_KEY: sandbox-notify-secret-key

View File

@@ -51,3 +51,4 @@ applications:
AWS_US_TOLL_FREE_NUMBER: +18446120782
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
NEW_RELIC_CA_BUNDLE_PATH: "/etc/ssl/certs/ca-certificates.crt"

View File

@@ -205,7 +205,7 @@ monitor_mode = false
[newrelic:sandbox]
app_name = us-notify-api (Sandbox)
monitor_mode = false
monitor_mode = true
[newrelic:staging]
app_name = us-notify-api (Staging)