Attestation
Enable API
gcloud services enable container.googleapis.com
gcloud services enable containeranalysis.googleapis.com
gcloud services enable binaryauthorization.googleapis.comAttestor
Create a Note
PROJECT_ID=$(gcloud config get-value project)
cat > $HOME/attestor-note.json << EOF
{
"name": "projects/${PROJECT_ID}/notes/default-attestor",
"attestation": {
"hint": {
"human_readable_name": "Default Container Image Attestor"
}
}
}
EOFCreate an Attestor
Asymetric Key Pair
Enable API
Create a Keyring
Create a Key
Add Key to Attestor
Attestation
Create an Attestation
List Attestations
Binary Authorization
Last updated
Was this helpful?