Skip to content

Commit

Permalink
common: remove optional on PublicKey.raw_bytes
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw committed May 13, 2024
1 parent 2c9be05 commit 824b0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protos/sigstore_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ message RFC3161SignedTimestamp {
message PublicKey {
// DER-encoded public key, encoding method is specified by the
// key_details attribute.
optional bytes raw_bytes = 1;
bytes raw_bytes = 1 [(google.api.field_behavior) = REQUIRED];
// Key encoding and signature algorithm to use for this key.
PublicKeyDetails key_details = 2;
// Optional validity period for this key, *inclusive* of the endpoints.
Expand Down

0 comments on commit 824b0a5

Please sign in to comment.