Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Leggett <[email protected]>

Update proto/spire/api/agent/delegatedidentity/v1/delegatedidentity.proto

Co-authored-by: Andrew Harding <[email protected]>

Update proto/spire/api/agent/delegatedidentity/v1/delegatedidentity.proto

Co-authored-by: Andrew Harding <[email protected]>

Update proto/spire/api/agent/delegatedidentity/v1/delegatedidentity.proto

Co-authored-by: Andrew Harding <[email protected]>

Update proto/spire/api/agent/delegatedidentity/v1/delegatedidentity.proto

Co-authored-by: Andrew Harding <[email protected]>
  • Loading branch information
bleggett and azdagron committed Jul 19, 2024
1 parent 52239ad commit b99e12c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ message X509SVIDWithKey {
// in a `oneof` without creating and nesting an intermediate `message` type, which would break
// back compat - so we accept both and check for mutual exclusion in the handler
message SubscribeToX509SVIDsRequest {
// Selectors describing the workload to subscribe to. Mutually exclusive with `pid`
// Selectors describing the workload to subscribe to. Mutually exclusive with `pid`.
repeated spire.api.types.Selector selectors = 1;

// PID for the workload to subscribe to. Mutually exclusive with `selectors`
int32 pid = 3;
int32 pid = 2;
}

message SubscribeToX509SVIDsResponse {
Expand Down Expand Up @@ -105,8 +105,8 @@ message FetchJWTSVIDsRequest {
// Selectors describing the workload to subscribe to. Mutually exclusive with `pid`
repeated spire.api.types.Selector selectors = 2;

// PID for the workload to subscribe to. Mutually exclusive with `selectors`
int32 pid = 4;
// PID for the workload to subscribe to. Mutually exclusive with `selectors`.
int32 pid = 3;
}

// The FetchJWTSVIDsResponse message conveys JWT-SVIDs.
Expand Down

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

5 changes: 3 additions & 2 deletions proto/spire/api/types/selector.pb.go

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

0 comments on commit b99e12c

Please sign in to comment.