From 2c3667856d99040c908695596099e1108ea17c59 Mon Sep 17 00:00:00 2001 From: Alex Steel <130377221+asteel-gsa@users.noreply.github.com> Date: Wed, 3 Jul 2024 08:35:54 -0400 Subject: [PATCH] Recommit High Security Mode with LF --- backend/tools/setup_cgov_env.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/tools/setup_cgov_env.sh b/backend/tools/setup_cgov_env.sh index f944100f8b..70c2c91ca7 100644 --- a/backend/tools/setup_cgov_env.sh +++ b/backend/tools/setup_cgov_env.sh @@ -34,6 +34,9 @@ function setup_cgov_env { # Used for configuring the logging details sent to new relic export NEW_RELIC_CONFIG_FILE=newrelic.ini + # Used to enable High Security mode + export NEW_RELIC_HIGH_SECURITY=true + # https://docs.newrelic.com/docs/security/security-privacy/compliance/fedramp-compliant-endpoints/ export NEW_RELIC_HOST="gov-collector.newrelic.com" # https://docs.newrelic.com/docs/apm/agents/python-agent/configuration/python-agent-configuration/#proxy