Die GA-Version der Binärautorisierung bietet eine aktualisierte REST API und einen aktualisierten gcloud-Befehlssatz. Gehen Sie so vor, um alle Skripts oder Automatisierungen zu aktualisieren, die auf diese Schnittstellen zugreifen:
REST API
Verwenden Sie GA REST API-Endpunkte, die sich auf die URL https://binaryauthorization.googleapis.com/v1/ statt auf die URL https://binaryauthorization.googleapis.com/v1beta1 beziehen.
Wenn Sie beim Aufruf der GA-Version der REST API einen neuen Attestierer erstellen, senden Sie eine JSON-Nachricht, die den Attestierer als Bestandteil der Anfrage beschreibt. In der Betaversion der API enthält die JSON-Nachricht ein Feld mit dem Namen UserOwnedDrydockNote. In der GA-Version lautet der Name dieses Feldes UserOwnedGrafeasNote.
Google Cloud CLI
Verwenden Sie GA-gcloud-Befehle in gcloud container binauthz statt in gcloud beta container binauthz.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]