Skip to content

Commit

Permalink
Update log key name in GCF calls. (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiggoha authored Feb 27, 2024
1 parent ef84e21 commit 745a65f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions release/cloudbuild_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ steps:
\"kmsKeyRing\": \"firmware-release-ci\",
\"kmsKeyVersion\": ${_KEY_VERSION},
\"kmsKeyLocation\": \"global\",
\"noteKeyName\": \"transparency.dev-aw-ftlog-ci\",
\"noteKeyName\": \"transparency.dev-aw-ftlog-ci-${_KEY_VERSION}\",
\"checkpointCacheControl\": \"${_CHECKPOINT_CACHE}\"
}"
# Integrate log entry.
Expand All @@ -156,7 +156,7 @@ steps:
"kmsKeyRing": "firmware-release-ci",
"kmsKeyVersion": ${_KEY_VERSION},
"kmsKeyLocation": "global",
"noteKeyName": "transparency.dev-aw-ftlog-ci",
"noteKeyName": "transparency.dev-aw-ftlog-ci-${_KEY_VERSION}",
"checkpointCacheControl": "${_CHECKPOINT_CACHE}"
}
# Clean up the file we added to the _ENTRIES_DIR bucket now that it's been
Expand All @@ -175,7 +175,7 @@ substitutions:
# Log-related.
_ENTRIES_DIR: firmware-log-sequence
# This must correspond with the trailing number on the _FIRMWARE_BUCKET, _ORIGIN, _LOG_NAME values.
_KEY_VERSION: '2'
_KEY_VERSION: 2
_ORIGIN: transparency.dev/armored-witness/firmware_transparency/ci/2
_LOG_NAME: armored-witness-firmware-log-ci-2
_LOG_PUBLIC_KEY: transparency.dev-aw-ftlog-ci-2+f77c6276+AZXqiaARpwF4MoNOxx46kuiIRjrML0PDTm+c7BLaAMt6
Expand Down

0 comments on commit 745a65f

Please sign in to comment.