mirror of
https://github.com/GSA/notifications-api.git
synced 2026-09-06 23:28:26 -04:00
Update proxy settings to enable sending data to new relic
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
|
required: true
|
||||||
proxy_repo:
|
proxy_repo:
|
||||||
description: git repo for cg-egress-proxy
|
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:
|
proxy_version:
|
||||||
description: git ref to be deployed
|
description: git ref to be deployed
|
||||||
default: main
|
default: new-relic-connection
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
email.us-west-2.amazonaws.com
|
email.us-west-2.amazonaws.com
|
||||||
sns.us-west-2.amazonaws.com
|
sns.us-west-2.amazonaws.com
|
||||||
gov-collector.newrelic.com
|
gov-collector.newrelic.com
|
||||||
|
*.apps.internal
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
email.us-west-2.amazonaws.com
|
email.us-west-2.amazonaws.com
|
||||||
sns.us-west-2.amazonaws.com
|
sns.us-west-2.amazonaws.com
|
||||||
gov-collector.newrelic.com
|
gov-collector.newrelic.com
|
||||||
|
*.apps.internal
|
||||||
|
|||||||
@@ -51,3 +51,4 @@ applications:
|
|||||||
AWS_US_TOLL_FREE_NUMBER: +18446120782
|
AWS_US_TOLL_FREE_NUMBER: +18446120782
|
||||||
|
|
||||||
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
|
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
NEW_RELIC_CA_BUNDLE_PATH: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|||||||
Reference in New Issue
Block a user