Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit ef07871

Browse files
authored
Merge pull request #131 from GSA-TTS/add-requests-ca-bundle
Add REQUESTS_CA_BUNDLE to default worker env vars
2 parents 49f82fa + 270e466 commit ef07871

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

runner-manager/cf-driver/worker-manifest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ applications:
99
env:
1010
NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
1111
SSL_CERT_FILE: /etc/ssl/certs/ca-certificates.crt
12+
REQUESTS_CA_BUNDLE: /etc/ssl/certs/ca-certificates.crt
1213
no_proxy: "localhost,apps.internal,gsa7b2efo-registry.s3.us-gov-west-1.amazonaws.com,gsa7b2efo-artifacts.s3-fips.us-gov-west-1.amazonaws.com,((cache_bucket)).s3-fips.us-gov-west-1.amazonaws.com"
1314
# Additional items may be added below this point in prepare.sh

0 commit comments

Comments
 (0)