Executing the IAP sample https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/iap I'm getting the warning:
/usr/local/lib/python3.8/site-packages/google/auth/crypt/es256.py:56: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
r = utils.int_from_bytes(sig_bytes[:32], byteorder="big")
As a consequence, my code is failing. Is Someone else having this error?
Executing the IAP sample https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/iap I'm getting the warning:
/usr/local/lib/python3.8/site-packages/google/auth/crypt/es256.py:56: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead
r = utils.int_from_bytes(sig_bytes[:32], byteorder="big")
As a consequence, my code is failing. Is Someone else having this error?