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.comResource Pattern
projects/{project}/policyReferences
Chat
Powered by AITalk 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 Documentation
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.