Habilita el servicio de autorización binaria

En esta página, se explica cómo habilitar la autorización binaria en tu proyecto de implementador.

Primero, debes crear o seleccionar un proyecto. Habilita la autorización binaria en el Google Cloud proyecto en el que implementas los contenedores. Es el mismo proyecto en el que ejecutas las plataformas compatibles, como Google Kubernetes Engine (GKE), Cloud Run o Google Distributed Cloud.

Para habilitar la autorización binaria, sigue estos pasos:

  1. 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 the resourcemanager.projects.create permission. Learn how to grant roles.

    Go to project selector

  2. Verify that billing is enabled for your Google Cloud project.

  3. Enable the Binary Authorization API.

    Roles required to enable APIs

    To enable APIs, you need the serviceusage.services.enable permission. 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.

    Enable the API

  4. Instala Google Cloud CLI.

  5. Configura gcloud CLI para usar tu identidad federada.

    Para obtener más información, consulta Accede a la gcloud CLI con tu identidad federada.

  6. Para inicializar gcloud CLI, ejecuta el siguiente comando:

    gcloud init

La autorización binaria está habilitada. Ahora puedes configurarlo con tu plataforma de administración de contenedores.

¿Qué sigue?