Mismatched expiration time in service account credentials #733
Labels
auth
Issues related to the auth library
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
This is wrong:
google-cloud-rust/src/auth/src/credentials/service_account_credential.rs
Line 89 in d134811
The expiration time should match the expiration time in the credentials, which is set to
now - fudge + default
. And there are two separate calls toutc_now()
which may return different values.The text was updated successfully, but these errors were encountered: