Skip to content

keyid documented, but not annotated, as optional in io.intoto.Signature #324

@jku

Description

@jku
message Signature {
  // Signature itself. (In JSON, this is encoded as base64.)
  // REQUIRED.
  bytes sig = 1;

  // *Unauthenticated* hint identifying which public key was used.
  // OPTIONAL.
  string keyid = 2;
}

should maybe be optional string keyid = 2; -- alternatively should not be documented as optional and should instead suggest a placeholder value?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions