5

I built my container image and then deployed to Cloud Run using the Cloud Console. However, when I open the endpoint URL of my service, I get a 403 "Error: Forbidden" page

Super Kai - Kazuya Ito
  • 22,221
  • 10
  • 124
  • 129
Steren
  • 7,311
  • 3
  • 31
  • 51

2 Answers2

12

If you receive a 403 "Error: Forbidden" error message when accessing your Cloud Run service, it means that your client is not authorized to invoke this service. You can address this by taking one of the following actions:

Steren
  • 7,311
  • 3
  • 31
  • 51
-1

I have used IAP to resolve this issue. If there is a use case where only authenticated users must be able to access the application then use IAP

Accessing Authenticated Cloud Run applications using IAP