From 0b6e52349da5b61512a3aa0d872fb9259c01798f Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 8 May 2025 17:04:24 -0400 Subject: [PATCH] Update no_proxy environment variable This changeset updates the no_proxy environment variable to allow S3 through. Signed-off-by: Carlo Costino --- .profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.profile b/.profile index 6a37f1caf..eddc47e04 100644 --- a/.profile +++ b/.profile @@ -6,4 +6,4 @@ export NEW_RELIC_PROXY_HOST=$egress_proxy export http_proxy=$egress_proxy export https_proxy=$egress_proxy -export no_proxy="apps.internal" +export no_proxy="apps.internal,s3-fips.us-gov-west-1.amazonaws.com"