[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eThis guide outlines the process for disabling Binary Authorization specifically for Cloud Run services.\u003c/p\u003e\n"],["\u003cp\u003eBinary Authorization can be disabled on a per-service basis through the Cloud Run console's "Details" tab by clicking "Disable".\u003c/p\u003e\n"],["\u003cp\u003eYou can also disable Binary Authorization for a specific service using the gcloud command: \u003ccode\u003egcloud run services update SERVICE_NAME --clear-binary-authorization\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo globally disable Binary Authorization, you need to revert the Binary Authorization organization policy.\u003c/p\u003e\n"]]],[],null,["# Disable Binary Authorization (Cloud Run)\n\nThis guide shows you how to disable Binary Authorization for\nCloud Run.\n\nBefore you begin\n----------------\n\nThis guide assumes you have enabled Binary Authorization.\n\nDisable Binary Authorization on a service\n-----------------------------------------\n\nIf you do not have an organization policy that requires you to use\nBinary Authorization, you can disable it by doing the following: \n\n### Console\n\n1. Go to the Cloud Run page:\n\n [Go to Cloud Run](https://console.cloud.google.com/run)\n2. Click the name of the service.\n\n3. Click the **Details** tab.\n\n4. To disable Binary Authorization enforcement on the service, click\n **Disable**.\n\n### gcloud\n\n```\ngcloud run services update SERVICE_NAME --clear-binary-authorization\n```\n\nReplace \u003cvar translate=\"no\"\u003eSERVICE_NAME\u003c/var\u003e with the name of your service.\n\nDisable the organization policy\n-------------------------------\n\nYou disable the organization policy by reverting it. To do this, see\n[Reverting the Binary Authorization organization policy](/binary-authorization/docs/run/requiring-binauthz-cloud-run#revert_the_policy).\n\nWhat's next\n-----------\n\n- [Enable Binary Authorization for Cloud Run](/binary-authorization/docs/run/enabling-binauthz-cloud-run)"]]