Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin urllib3==1.26.16 for AWS Lambda compatibility #1847

Merged
merged 4 commits into from Jun 7, 2023
Merged

Conversation

basepi
Copy link
Contributor

@basepi basepi commented Jun 6, 2023

What does this pull request do?

When testing a lambda container image against our new docker image, I found that the 3.8 base images they provide are using an older version of OpenSSL (1.0.2k-fips). urllib3 v2.0 requires OpenSSL 1.1.1+. This PR downgrades urllib3 in our lambda layer and docker image for maximum compatibility.

@basepi basepi requested a review from beniwohli June 6, 2023 19:49
@elastic-apm-tech elastic-apm-tech added this to In Progress in APM-Agents (OLD) Jun 6, 2023
@basepi basepi merged commit aedd6b1 into elastic:main Jun 7, 2023
96 checks passed
APM-Agents (OLD) automation moved this from In Progress to Done Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants