IAP context
Type | Cloud Run | Cloud IAP |
Public access | ingress=all | allUsers |
Service account access | ingress=all | allUsers |
Domain @innotech.vn access | ingress=all | allAuthenticatedUsers |
Public access
To give everyone access to a resource, grant a role to one of the following principals:
allAuthenticatedUsers: Anyone who is authenticated with a Google account or a service account.
allUsers: Anyone who is on the internet, including authenticated and unauthenticated users. The signed header for the request won't have a sub or email claim.