Skip to content

Commit

Permalink
Force rotation proposal for upstream authority
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Yacob <[email protected]>
  • Loading branch information
MarcosDY committed Aug 18, 2023
1 parent 08049db commit 6067bd0
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 53 deletions.
182 changes: 129 additions & 53 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: 6 additions & 0 deletions proto/spire/api/types/bundle.proto
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ message Bundle {

// The sequence number of the bundle.
uint64 sequence_number = 5;

repeated X509TaintedKey x509_tainted_keys = 6;
}

message X509TaintedKey {
bytes key = 1;
}

message X509Certificate {
Expand Down

0 comments on commit 6067bd0

Please sign in to comment.