poulpi
12/01/2022, 10:24 AMpoulpi
12/01/2022, 10:25 AMpoulpi
12/01/2022, 10:26 AMpoulpi
12/01/2022, 10:27 AMpoulpi
12/01/2022, 10:28 AMpoulpi
12/01/2022, 10:43 AMpoulpi
12/01/2022, 10:43 AMkubectl get secret -n spicedb internal-ca -o jsonpath="{.data.tls\.crt}" | base64 --decode > tls.crt
poulpi
12/01/2022, 10:45 AMdispatchUpstreamCASecretName
in the SpiceDBCluster
configpoulpi
12/01/2022, 10:45 AMsudo mv tls.crt /usr/local/share/ca-certificates/ && update-ca-certificates
poulpi
12/01/2022, 10:46 AMpoulpi
12/01/2022, 10:47 AMzed schema read --endpoint localhost:50051 --token "verystrong"
vroldanbet
12/01/2022, 10:58 AMhcguy
12/01/2022, 4:46 PMdocker run -it —rm —network=“datastores_default” authzed/zed —token secrettoken —endpoint spicedb:50051 —insecure permission check <objtype:objid perm subtype:subdivided> —explain
.
Done from my iPad, transcribed from my work computer. watch out for typos. It collapsed the double dashes into one long dash, sorry.hcguy
12/01/2022, 4:56 PMJoey
12/01/2022, 4:57 PMhcguy
12/01/2022, 5:16 PMJoey
12/01/2022, 5:17 PMJoey
12/01/2022, 5:17 PMhcguy
12/01/2022, 6:03 PMPerseus
12/02/2022, 6:07 AMLookupSubjectsResponse
return the ResolvedSubject
? I'm trying to make a call to fetch all subjects of a resource, but the subjectType
is not something that is returned in thatJoey
12/02/2022, 6:09 AMPerseus
12/02/2022, 6:12 AMid
of the subject and the zedToken. Is there a way to include the type
of the subject in the result as well?Joey
12/02/2022, 6:12 AMPerseus
12/02/2022, 6:13 AMJoey
12/02/2022, 6:13 AMJoey
12/02/2022, 6:13 AMJoey
12/02/2022, 6:13 AMJoey
12/02/2022, 6:13 AMPerseus
12/02/2022, 6:14 AMJoey
12/02/2022, 6:14 AMExpand