IAP service account certificate error #1537
Labels
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.
Environment details
google-auth-library
version: 8.7.0Steps to reproduce
The idtoken will be fetched without issues. I also verified that the token works by using it in a curl request. However, the client throws the following error:
It is interesting to note that this happens in the nodejs client and the python client, but not in the Golang client. For the python client, setting
verify=False
in the request solves the issue (in an insecure way).The service account is verified by a keypair via the
GOOGLE_APPLICATION_CREDENTIALS
environment variable.This happens both locally and in a cloud function.
The text was updated successfully, but these errors were encountered: