Skip to content

Commit

Permalink
Remove extraneous comment in proto file
Browse files Browse the repository at this point in the history
Remove what appears to be a copy/paste error in the comment for `rpc SubscribeToX509Bundles(...)`. The removed text appears to be copied from `rpc SubscribeToX509SVIDs(...)` but is irrelevant in the current context.

Signed-off-by: Dennis Gove <[email protected]>
  • Loading branch information
dennisgove committed Oct 17, 2024
1 parent c51a5c7 commit d330699
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ service DelegatedIdentity {
// The lifetime of the subscription aligns to the lifetime of the stream.
rpc SubscribeToX509SVIDs(SubscribeToX509SVIDsRequest) returns (stream SubscribeToX509SVIDsResponse);

// Subscribe to get X.509-SVIDs for workloads that match the given selectors.
// The lifetime of the subscription aligns to the lifetime of the stream.
//
// Subscribe to get local and all federated bundles.
// The lifetime of the subscription aligns to the lifetime of the stream.
rpc SubscribeToX509Bundles(SubscribeToX509BundlesRequest) returns (stream SubscribeToX509BundlesResponse);
Expand Down

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

0 comments on commit d330699

Please sign in to comment.