HewlettPackard / py-spiffe

Python library for SPIFFE support
13 stars 15 forks source link

Title: Enhancements to Error Handling and Retry Logic in Workload API, X509Source, and JwtSource #159

Closed maxlambrecht closed 7 months ago

maxlambrecht commented 7 months ago

Pull Request check list

Affected functionality

Description of change

This Pull Request introduces a comprehensive suite of enhancements focused on bolstering the resilience and reliability of the Workload API, X509Source, and JwtSource components. The key improvements include:

Test Utilities Refactoring: In pursuit of code cleanliness and reusability, I restructured the test utilities into a separate package. This change allows for better sharing of common testing functions across the repository.

Which issue this PR fixes