Prchowdh
10/17/2022, 5:52 PMJoey
10/17/2022, 6:12 PMPrchowdh
10/17/2022, 6:52 PMJoey
10/17/2022, 6:53 PMraffaelespazzoli
10/17/2022, 7:38 PMJoey
10/17/2022, 7:45 PMJoey
10/17/2022, 7:45 PMJoey
10/17/2022, 7:46 PMJoey
10/17/2022, 7:46 PMJoey
10/17/2022, 7:46 PMJoey
10/17/2022, 8:16 PMcaiokf
10/17/2022, 10:47 PMdefinition group {
relation owner: user
relation member: user | group#member
permission can_edit = owner
permission can_view = owner + member
}
Any ideas on how to create a relationship groupA#member@groupB#member
, using the authzed client libs?
If I try a subject with id groupB
, I get:
… object_id:"groupB" is not allowed as the subject of namespace …
If I try a subject with id groupB#member
, I get:
message failed validation
| caused by: invalid Relationship.Subject: embedded message failed validation
| caused by: invalid SubjectReference.Object: embedded message failed validation |
caused by: invalid ObjectReference.ObjectId: value does not match regex pattern "^(([a-zA-Z0-9_][a-zA-Z0-9/_|-]{0,127})|\\*)$
Jake
10/17/2022, 10:56 PMmember
Perseus
10/18/2022, 3:52 AMLookupResources
request requires a permission
field and I don't think I can pass in a wildcard character thereJoey
10/18/2022, 4:06 AMPerseus
10/18/2022, 4:14 AMJoey
10/18/2022, 4:33 AMJoey
10/18/2022, 4:34 AMmgagliardo
10/18/2022, 4:52 PMJoey
10/18/2022, 4:54 PMJoey
10/18/2022, 4:55 PMJoey
10/18/2022, 4:56 PMmgagliardo
10/18/2022, 5:03 PMJoey
10/18/2022, 5:03 PMJoey
10/18/2022, 5:04 PMJoey
10/18/2022, 5:04 PMmgagliardo
10/18/2022, 5:06 PMtomdavidson
10/18/2022, 5:39 PMJoey
10/18/2022, 5:43 PMJoey
10/18/2022, 5:43 PM