Joey
01/05/2022, 6:26 PMAbhishek Dwivedi
01/06/2022, 5:52 AMAbhishek Dwivedi
01/06/2022, 1:37 PMconst authzedEndpoint = "grpc.authzed.com:443";
Jake
01/06/2022, 1:40 PMendpoint
arg on the NewClient constructorAbhishek Dwivedi
01/06/2022, 2:07 PMUNKNOWN: invalid preshared key: rpc error: code = Unauthenticated desc = Request unauthenticated with bearer
although same key is working fine with zed but does not work fine when used through node .Jake
01/06/2022, 2:08 PMuser
01/06/2022, 6:05 PMshanedosch
01/06/2022, 7:33 PMzed context set first-dev-context :50051 "the preshared key here" --insecure
I am getting this modal. Why does zed need access to my keychain?Joey
01/06/2022, 7:34 PMJoey
01/06/2022, 7:34 PMJoey
01/06/2022, 7:35 PMzed ...
on the context, it can get the token from your keychain securelyshanedosch
01/06/2022, 7:39 PMJoey
01/06/2022, 7:40 PMJoey
01/06/2022, 7:40 PMshanedosch
01/06/2022, 8:05 PMJoey
01/06/2022, 8:10 PMWriteSchema
and is persisted to your datastoreJoey
01/06/2022, 8:11 PMWriteSchema
Joey
01/06/2022, 8:11 PMajshsu
01/07/2022, 1:29 AMAbhishek Dwivedi
01/07/2022, 6:20 AM(validate.rules).repeated .items.message.required = true
. I wanted to know the significance of this . Whilst the parser does understand repeated and required , it is not able to tokenize further.Joey
01/07/2022, 6:51 AMJoey
01/07/2022, 6:53 AMAbhishek Dwivedi
01/07/2022, 6:56 AMJoey
01/07/2022, 6:56 AMAbhishek Dwivedi
01/10/2022, 11:56 AM@
. Whilst this was just an experiment , I was not interested beyond trying out for GDPR reasons.Joey
01/10/2022, 3:23 PM@
is not allowed in object IDs and we highly recommend against using email addresses as subjects because they cannot always be confirmed, nor are they considered "stable". Instead the recommendation is generally to link to the sub
field of an OAuth flow, or use an internal user ID representation from your database. If neither is applicable, you can base64 encode the email address to store it, but again, that is not recommendedAbhishek Dwivedi
01/10/2022, 3:25 PMshiqinwen
01/11/2022, 9:44 AMAbhishek Dwivedi
01/11/2022, 10:46 AMVarious tests show approximately ~100ms for a LookupResources call on a SpiceDB with 100-250K relationships, and a graph nesting of 3-5 deep.
, is it that number of relationships on a particular subject or in general a store containing that many relationships ?Jake
01/11/2022, 2:35 PM