ba

Binary Authorization

SecurityGCP
General

General information about the service.

Description

Google Binary Authorization ensures only trusted container images are deployed on GKE.

Service ID

binaryauthorization.googleapis.com

Resource Pattern

projects/{project}/policy

Chat

Powered by AI

Talk to this service to learn more about it.

Suggested questions:

Naming

The conventions, rules, and restrictions for naming this service.

Naming Convention

ba-{workload}-{environment}

Length

1-63

Valid Characters

Lowercase letters, numbers, hyphens

Scope

project

Code

Deploy your infrastructure as code using your preferred tooling.

Official DocumentationTerraform
terraform
1resource "google_binary_authorization_policy" "main" {
2 default_admission_rule {
3 evaluation_mode = "ALWAYS_DENY"
4 enforcement_mode = "ENFORCED_BLOCK_AND_AUDIT_LOG"
5 }
6}
Utilities

Utilities to support app deployment or configuration.