בדף הזה מוסבר איך להפעיל את Binary Authorization בפרויקט של כלי הפריסה.
קודם כול יוצרים או בוחרים פרויקט. מפעילים את Binary Authorization בGoogle Cloud פרויקט שבו פורסים קונטיינרים. זהו אותו פרויקט שבו מריצים את הפלטפורמות הנתמכות, כמו Google Kubernetes Engine (GKE), Cloud Run או Google Distributed Cloud.
כדי להפעיל את Binary Authorization, פועלים לפי השלבים הבאים:
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
-
Create a project: To create a project, you need the Project Creator role
(
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission. Learn how to grant roles.
-
Verify that billing is enabled for your Google Cloud project.
Enable the Binary Authorization API.
Roles required to enable APIs
To enable APIs, you need the
serviceusage.services.enablepermission. If you created the project, then you likely already have this permission through the Owner role (roles/owner). Otherwise, you can get this permission through the Service Usage Admin role (roles/serviceusage.serviceUsageAdmin). Learn how to grant roles.-
התקינו את ה-CLI של Google Cloud.
-
הגדירו שה-CLI של gcloud ישתמש בזהות המאוחדת שלכם.
-
כדי לאתחל את ה-CLI של gcloud, הריצו את הפקודה הבאה:
gcloud init
התכונה Binary Authorization מופעלת. עכשיו אפשר להגדיר אותו באמצעות פלטפורמת ניהול מאגרי התגים.