Skip to content

Commit

Permalink
feat(guardian): filter provider by urn and type (#324)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Dec 2, 2023
1 parent 328b1ec commit ec5b658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion raystack/guardian/v1beta1/guardian.proto
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,10 @@ service GuardianService {
}
}

message ListProvidersRequest {}
message ListProvidersRequest {
string type = 1;
string urn = 2;
}

message ListProvidersResponse {
repeated Provider providers = 1;
Expand Down

0 comments on commit ec5b658

Please sign in to comment.