You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyspiffe library was updated earlier today, the update being not transparent API talking, it caused my code to be broken (SpiffeID object creation, workload_api usage ...) because my development environment hasn't been updated but the version of the package in the Dockerfiles isn't fixed.
We should fix this behaviour by selecting a version while running pip install of pyspiffe in the Dockerfiles
Although, the update is great and pyspiffe now supports fetching multiple SVIDs, thing that wasn't the case and that we had to workaround.
The text was updated successfully, but these errors were encountered:
telliere
changed the title
Dev : Fix py-spiffe version in Dockerfiles
Dev : Use a fixed version of py-spiffe version in Dockerfiles
Mar 22, 2024
pyspiffe is under changes in order to be pushed to PyPi (see HewlettPackard/py-spiffe#133)
For this reason, a temporary solution is to fix the version used to a commit that we know worked (that has the setup.py ...)
pyspiffe library was updated earlier today, the update being not transparent API talking, it caused my code to be broken (SpiffeID object creation, workload_api usage ...) because my development environment hasn't been updated but the version of the package in the Dockerfiles isn't fixed.
We should fix this behaviour by selecting a version while running
pip install
of pyspiffe in the DockerfilesAlthough, the update is great and pyspiffe now supports fetching multiple SVIDs, thing that wasn't the case and that we had to workaround.
The text was updated successfully, but these errors were encountered: