hi ppl I have issue with Ory Keto I have Project n...
# ory-selfhosting
p
hi ppl I have issue with Ory Keto I have Project namespace and already created some projects for two users which id used as
subjectId
Get relation request return ALL records but provided only one
subjectId
Copy code
req := s.apiClient.ReadClient.RelationshipApi.GetRelationships(ctx).
  Namespace(props.Namespace).
  Relation(props.Relation).
  SubjectId(*props.SubjectId)
What am I doing wrong?
Here is data from DB
image.png