Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed Mar 15, 2024
1 parent b1dd1dd commit fbe8cf7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 39 deletions.
64 changes: 28 additions & 36 deletions proto/spire/api/types/bundle.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions proto/spire/api/types/bundle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,19 @@ message Bundle {
// The sequence number of the bundle.
uint64 sequence_number = 5;

// The list of X.509 authorities that are no longer secure to use,
// and must be rotated.
repeated X509TaintedKey x509_tainted_keys = 6;
}

message X509TaintedKey {
// The public key of a X.509 local authority that is no longer secure.
bytes key = 1;
}

message X509Certificate {
// The ASN.1 DER encoded bytes of the X.509 certificate.
bytes asn1 = 1;

// This authority is no longer secure and must not be used.
bool tainted = 2;
}

message JWTKey {
Expand Down

0 comments on commit fbe8cf7

Please sign in to comment.