Open Jipje opened 7 months ago
Here is the summary of changes.
This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run
label or use the checkbox below:
@Jipje thanks for raising this and investigating a solution
/gcbrun
Cheers @iennae, happy to help out. I am unable to view the details of the kokoro build so am unsure as to why it fails.
Is it anything to do with the adjusted # [START getting_started_auth_certs]
comments?
Bumping this @iennae
Closes #565
For more context to why python-jose should be replaced, please reference #565
This solution is a modified version of another repository of GoogleCloudPlatform: https://github.com/GoogleCloudPlatform/python-docs-samples/blob/main/iap/validate_jwt.py. Although the code was modified as to minimize the amount of changes necessary in this repository.
The
certs()
method andCERTS
global have been replaced by acerts_url
parameter in theverify_token
method. This did not change behaviour in the tests.