This website uses Cookies. Click Accept to agree to our website's cookie use as described in our Privacy Policy. Click Preferences to customize your cookie settings.
Hi, if I have a cloud run container setup to reject Unauthenticated
requests: If an unauthenticated request comes in... am I billed at all
for that? I see when I hit the `run.app` endpoint I see the invocations
in the metrics on the cloud run.
Do you need the audience? Does it work without the audience? Agreed, the
audience requires an SA, but if you cannot generate an SA could you
confirm it works without the audience and then you know you just need a
SA? Would confirm the root cause.
https://cloud.google.com/run/docs/authenticating/developers#curl - Make
sure you are using the identity token and not the access token for Auth
token: curl -H "Authorization: Bearer $(gcloud auth
print-identity-token)" $SERVICE_URL$ Note the "print-i...