Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Jika Anda tidak memiliki beban kerja yang menggunakan versi Binary Authorization Beta, Anda tidak perlu melakukan tindakan apa pun.
Otorisasi Biner kini tersedia secara umum.
Jika workload Anda menggunakan Binary Authorization Beta API, lakukan langkah-langkah
berikut untuk bermigrasi ke versi GA.
Langkah-langkah migrasi
Binary Authorization versi GA menyediakan REST API dan kumpulan perintah gcloud
yang diperbarui. Perbarui skrip atau otomatisasi yang mengakses antarmuka ini sebagai
berikut:
REST API
Gunakan endpoint REST API GA yang terkait dengan URL https://binaryauthorization.googleapis.com/v1/ berikut, bukan https://binaryauthorization.googleapis.com/v1beta1.
Saat membuat pengautentikasi baru saat memanggil
REST API versi GA, Anda akan mengirim pesan JSON yang mendeskripsikan
pengautentikasi sebagai bagian dari permintaan. Dalam API versi Beta, pesan JSON berisi kolom bernama UserOwnedDrydockNote. Dalam versi GA,
nama kolom ini adalah UserOwnedGrafeasNote.
Google Cloud CLI
Gunakan perintah gcloud GA di gcloud container binauthz,
bukan gcloud beta container binauthz.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]