Created
June 22, 2020 22:35
-
-
Save grant/ab0c5e1e68580ed403871318c4da0396 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RUN_SERVICE=helloworld | |
RUN_SERVICE_URL=$(gcloud run services describe $RUN_SERVICE --format 'value(status.address.url)') | |
curl -H "Authorization: Bearer $(gcloud auth print-identity-token)" $RUN_SERVICE_URL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment