Error AtlasError Documentation and Resolution

Cloud Run request was not authenticated

The request was not authenticated. Either allow unauthenticated invocations or set the proper Authorization header.

Cloud Run rejected the request because the service requires authentication and the caller did not provide a valid authorization header or anonymous access is disabled.

The request was not authenticated. Either allow unauthenticated invocations or set the proper Authorization header.authentication
The request was not authenticated. Either allow unauthenticated invocations or set the proper Authorization header.
  • The service requires authentication but the request has no valid auth token.
  • The token is missing, malformed, or intended for the wrong audience.
  • Anonymous access is disabled for the Cloud Run service.
  1. Send a valid Authorization header for the target Cloud Run service.
  2. Verify the token audience and identity used by the caller.
  3. Allow unauthenticated invocations only if the service is intended to be public.
Google Cloud: Troubleshoot Cloud Run issues
Cloud Run request was not authenticated: causes and fixes | Error Atlas