-
Notifications
You must be signed in to change notification settings - Fork 71
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
[fix] support refreshing exec api credentials #258
[fix] support refreshing exec api credentials #258
Conversation
66349ac
to
2891dc3
Compare
I have submitted changes in response to the previous feedback - please let me know if any additional changes are required to move this forward. |
2891dc3
to
d2ad704
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #258 +/- ##
==========================================
+ Coverage 24.66% 24.68% +0.01%
==========================================
Files 736 736
Lines 99024 99045 +21
==========================================
+ Hits 24429 24449 +20
- Misses 74595 74596 +1
☔ View full report in Codecov by Sentry. |
d2ad704
to
6f909ca
Compare
6f909ca
to
8461f34
Compare
Thank you for your maintenance work in this repo @tomplus and @harryharpel!! ❤️ 🎉 |
Fixes #257. This PR is based heavily on kubernetes-client/python-base#250. It also includes the fix made here to the non-asyncio library.
This change has been tested in multiple services that rely on a long running client that was previously failing due to expiring credentials.