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
* fix(cloudrun): Proof of Concept - Service to Service.
Implement a Flask app which receives ID tokens, and returns an HTTP response based on the validation of the token.
* fix(cloudrun): Proof of Concept - fix sample to pass Unit Tests
* fix(cloudrun): fixes to pass unit tests
* fix(cloudrun): delete draft
* fix(cloudrun): add feedback from code-assist
- Add a try-except block to handle potential ValueError.
* fix(cloudrun): delete placeholder variable
* fix(cloudrun): fix typo
* fix(cloudrun): PoC Replace gcloud commands with a Client Library
* fix(cloudrun): clean up before sharing for internal review
* fix(cloudrun): delete proof of concept to replace gcloud commands with a client library
* Revert "fix(cloudrun): delete proof of concept to replace gcloud commands with a client library"
This reverts commit 4ddb193.
* Revert "fix(cloudrun): clean up before sharing for internal review"
This reverts commit a8486ba.
* Revert "fix(cloudrun): PoC Replace gcloud commands with a Client Library"
This reverts commit 48f54a7.
* fix(cloudrun): rename 'test_invalid_token'
PR Review #13372 (comment)
* fix(cloudrun): apply feedback from PR Review
#13372 (review)
- Change from getting the service URL from the Metadata server to an env var supplied in the Deployment
- Fix comments
- Change from getting the URL from the `gcloud run services descrive` to the same Client library used in app.py to unify the URL
- Rename tests
* fix(cloudrun): remove duplicated code to get the Service URL
* fix(cloudrun): code cleanup before review
* fix(cloudrun): implement reading the Service URL from an env var
#13372 (comment)
* fix(cloudrun): directly return the id token in the fixture
* fix(cloudrun): delete unused import
0 commit comments