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

MAINT Removes pyopenssl dependency #1965

Merged
merged 4 commits into from
Nov 19, 2023

Conversation

thomasjpfan
Copy link
Member

TL;DR

This PR removes the dependency on pyopenssl. According to grpc.ssl_channel_credentials docs it can directly take the PEM-encoded cert as a byte string.

Type

  • Bug Fix
  • Feature
  • Plugin
  • Maintenance

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Tracking Issue

Towards flyteorg/flyte#4418

Copy link

codecov bot commented Nov 16, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (9681866) 62.67% compared to head (740a06e) 62.55%.
Report is 10 commits behind head on master.

Files Patch % Lines
flytekit/clients/auth_helper.py 0.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1965      +/-   ##
==========================================
- Coverage   62.67%   62.55%   -0.13%     
==========================================
  Files         313      313              
  Lines       23193    23244      +51     
  Branches     3514     3524      +10     
==========================================
+ Hits        14537    14540       +3     
- Misses       8234     8283      +49     
+ Partials      422      421       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@thomasjpfan thomasjpfan force-pushed the remove_pyopenssl branch 3 times, most recently from 6870a8e to 51bba3e Compare November 16, 2023 18:56
Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Thomas J. Fan <[email protected]>
@eapolinario eapolinario merged commit 5c968c7 into flyteorg:master Nov 19, 2023
71 of 73 checks passed
ringohoffman pushed a commit to ringohoffman/flytekit that referenced this pull request Nov 24, 2023
* MAINT Removes pyopenssl dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* MAINT Remove pyopenssl from requirements pip

Signed-off-by: Thomas J. Fan <[email protected]>

* STY Run linter

Signed-off-by: Thomas J. Fan <[email protected]>

* CLN Remove unneeded files

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
RRap0so pushed a commit to RRap0so/flytekit that referenced this pull request Dec 15, 2023
* MAINT Removes pyopenssl dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* MAINT Remove pyopenssl from requirements pip

Signed-off-by: Thomas J. Fan <[email protected]>

* STY Run linter

Signed-off-by: Thomas J. Fan <[email protected]>

* CLN Remove unneeded files

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Rafael Raposo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants