Skip to content

Commit

Permalink
Remove extraneous comment in proto file (#67)
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 authored and MarcosDY committed Oct 21, 2024
1 parent 8e80ebd commit 3c6b144
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 3c6b144

Please sign in to comment.