Skip to content

Commit

Permalink
Begin API changes for spiffe/spire#5019
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <benjamin.leggett@solo.io>
  • Loading branch information
bleggett committed Jul 1, 2024
1 parent 16d308a commit 40d1bc1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ service DelegatedIdentity {
//
// Subscribers are expected to ensure that the PID they use is not recycled
// for the lifetime of the stream, and in the event that it is, are expected
// to close the stream.
// to immediately close the stream.
// TODO do we want this caveat? I think we either have to live with this,
// _or_ not allow delegates to start subscriptions via PID.
rpc SubscribeToX509SVIDsByPID(SubscribeToX509SVIDsByPIDRequest) returns (stream SubscribeToX509SVIDsResponse);
Expand All @@ -42,6 +42,7 @@ service DelegatedIdentity {
// for the requested audience.
// Subscribers are expected to ensure that the PID they use is not recycled
// from the time this call is made until the time a response is returned.
// Failing this, the response must be discarded.
rpc FetchJWTSVIDsByPID(FetchJWTSVIDsByPIDRequest) returns (FetchJWTSVIDsResponse);

// Subscribe to get local and all federated JWKS bundles.
Expand Down

0 comments on commit 40d1bc1

Please sign in to comment.