tnarg
04/11/2022, 8:22 PMJoey
04/11/2022, 8:28 PMtnarg
04/11/2022, 8:28 PMmessage CheckPermissionRequest {
Consistency consistency = 1;
// resource is the resource on which to check the permission or relation.
ObjectReference resource = 2;
// permission is the name of the permission (or relation) on which to execute
// the check.
string permission = 3;
// subject is the subject that will be checked for the permission or relation.
SubjectReference subject = 4;
// additional relationships supplied by the client at query time.
repeated Relationship dynamic_relationships = 5;
}
tnarg
04/11/2022, 8:29 PMdynamic_relationships
to CheckPermissionRequest?tnarg
04/11/2022, 8:29 PMtnarg
04/11/2022, 8:33 PMJoey
04/11/2022, 8:34 PMtnarg
04/11/2022, 8:36 PMJoey
04/11/2022, 8:36 PMJoey
04/11/2022, 8:36 PMJoey
04/11/2022, 8:36 PMtnarg
04/11/2022, 8:37 PMJoey
04/11/2022, 8:37 PMJoey
04/11/2022, 8:37 PMJoey
04/11/2022, 8:38 PMJoey
04/11/2022, 8:38 PMtnarg
04/11/2022, 8:38 PMJoey
04/11/2022, 8:38 PMtnarg
04/11/2022, 8:39 PMJoey
04/11/2022, 8:40 PMJoey
04/11/2022, 8:40 PMJoey
04/11/2022, 8:40 PMJake
04/11/2022, 8:42 PMJake
04/11/2022, 8:42 PMtnarg
04/11/2022, 8:50 PMHOPE
04/12/2022, 2:49 AMgrpc: no transport security set (use grpc.WithInsecure() explicitly or set credentials)
and if I do securebeartoken with systemcerts it will show error: desc = "transport: authentication handshake failed: tls: first record does not look like a TLS handshake"
when I try to add a relation. Can I get some help on this? Thank you!Joey
04/12/2022, 2:51 AMJoey
04/12/2022, 2:51 AMinsecure.NewCredentials
HOPE
04/12/2022, 2:53 AMHOPE
04/12/2022, 2:55 AM