mirror of
https://github.com/GSA/notifications-api.git
synced 2026-03-23 19:50:14 -04:00
Merge pull request #172 from GSA/new-relic-egress-debug
Connect to new relic through egress proxy
This commit is contained in:
4
.github/actions/deploy-proxy/action.yml
vendored
4
.github/actions/deploy-proxy/action.yml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user