This guide shows you how to disable Binary Authorization for Cloud Run.
Before you begin
This guide assumes you have enabled Binary Authorization.
Disable Binary Authorization on a service
If you do not have an organization policy that requires you to use Binary Authorization, you can disable it by doing the following:
Console
Go to the Cloud Run page:
Click the name of the service.
Click the Details tab.
To disable Binary Authorization enforcement on the service, click Disable.
gcloud
gcloud run services update SERVICE_NAME --clear-binary-authorization
Replace SERVICE_NAME with the name of your service.
Disable the organization policy
You disable the organization policy by reverting it. To do this, see Reverting the Binary Authorization organization policy.