Closed uatuko closed 1 year ago
Patch coverage: 100.00
% and project coverage change: -0.08
:warning:
Comparison is base (
0f713b4
) 88.64% compared to head (3e3adaa
) 88.56%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
LookupIdentities
gRPC endpoint is a bit odd since it attempts to retrieve an identity bysub
and the response (LookupIdentitiesResponse
) returns a list of identities which will have either0
entries (if there are no matches) or1
entry if there is a match. Sincesub
must be unique across identities there can't be more than 1 result.This change is to drop the
LookupIdentities
gRPC endpoint and updateRetrieveIdentity
endpoint to allow retrieving identities bysub
.