Binary Authorization의 GA 버전은 업데이트된 REST API 및 gcloud 명령어 집합을 제공합니다. 이러한 인터페이스에 액세스하는 모든 스크립트 또는 자동화를 다음과 같이 업데이트하세요.
REST API
https://binaryauthorization.googleapis.com/v1beta1 대신 https://binaryauthorization.googleapis.com/v1/ URL에 따라 GA REST API 엔드포인트를 사용합니다.
REST API의 GA 버전을 호출할 때 새 증명자를 만드는 경우 요청의 일부로 증명자를 설명하는 JSON 메시지를 보냅니다. API의 베타 버전에서 JSON 메시지에는 UserOwnedDrydockNote라는 필드가 포함되었습니다. GA 버전에서 이 필드의 이름은 UserOwnedGrafeasNote입니다.
Google Cloud CLI
gcloud beta container binauthz 대신 gcloud container binauthz에서 GA gcloud 명령어를 사용합니다.
[[["이해하기 쉬움","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-03-26(UTC)"],[[["The Binary Authorization Beta API was discontinued on September 16, 2019, and will cease to function after March 16, 2020, requiring migration to the GA version."],["Users of the Binary Authorization Beta API must migrate to the GA version to avoid service interruption, while no action is required for those not using the Beta version."],["Migration to the GA version involves updating scripts and automations to use the GA REST API endpoints (`https://binaryauthorization.googleapis.com/v1/`) and the GA `gcloud` command set (`gcloud container binauthz`)."],["The GA version of the REST API uses `UserOwnedGrafeasNote` in JSON messages for creating attestors, replacing the Beta version's `UserOwnedDrydockNote`."],["Artifact Analysis Beta API users are recommended to start using the generally available version of the API instead."]]],[]]