You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tuf/kms.tf now defines an online key for root-signing (not used yet for either prod or staging but will be). This key is EC_SIGN_P384_SHA384 which does not match the current production keytype and is in fact incompatible with cosign.
We should use EC_SIGN_P256_SHA256: this is recommended by GCP and should match the production keytype
The text was updated successfully, but these errors were encountered:
tuf/kms.tf now defines an online key for root-signing (not used yet for either prod or staging but will be). This key is EC_SIGN_P384_SHA384 which does not match the current production keytype and is in fact incompatible with cosign.
We should use EC_SIGN_P256_SHA256: this is recommended by GCP and should match the production keytype
The text was updated successfully, but these errors were encountered: