Skip to content

Commit

Permalink
Rotate the signing key
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor committed Jan 21, 2024
1 parent 9b0c381 commit a739d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ locals {
# --key app-signing-key \
# --algorithm rsa-sign-pkcs1-2048-sha256 \
# --target-key-file key.data
kms_key = "${google_kms_crypto_key.app-key.id}/cryptoKeyVersions/3"
kms_key = "${google_kms_crypto_key.app-key.id}/cryptoKeyVersions/1"
}

// Create a dedicated GSA for the IAM datastore service.
Expand Down

0 comments on commit a739d58

Please sign in to comment.