Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Skogman <[email protected]>
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw and kommendorkapten authored Mar 27, 2024
1 parent 1478df1 commit 9736b52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions protos/sigstore_trustroot.proto
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,11 @@ message SigningConfig {
// to perform both signing and verification operations against a particular
// instance of Sigstore.
message ClientTrustConfig {
// MUST be application/vnd.dev.sigstore.clienttrustconfig.v0.1+json
string media_type = 1;
// The root of trust, which MUST be present.
TrustedRoot trusted_root = 1 [(google.api.field_behavior) = REQUIRED];
TrustedRoot trusted_root = 2 [(google.api.field_behavior) = REQUIRED];

// Configuration for signing clients, which MUST be present.
SigningConfig signing_config = 2 [(google.api.field_behavior) = REQUIRED];
SigningConfig signing_config = 3 [(google.api.field_behavior) = REQUIRED];
}

0 comments on commit 9736b52

Please sign in to comment.