Skip to content

Instantly share code, notes, and snippets.

@grant
Created June 22, 2020 22:35
Show Gist options
  • Save grant/ab0c5e1e68580ed403871318c4da0396 to your computer and use it in GitHub Desktop.
Save grant/ab0c5e1e68580ed403871318c4da0396 to your computer and use it in GitHub Desktop.
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