mgagliardo
10/11/2024, 5:22 PMLast error: Credentials not loaded. This is with the latest version of authzed-node, but I'm not sure if it existed with prior as well. Any ideas on this?mgagliardo
10/11/2024, 5:49 PMmgagliardo
10/11/2024, 5:49 PMmgagliardo
10/11/2024, 6:09 PMcreateFromMetadataGenerator (which does it automatically on every call).
To solve it, you have to (1) only use the grpc.ChannelCredentials.createInsecure() type without wrapping it in a combineChannelCredentials() call and then (2) pass the credentials via the metadata property on every individual gRPC call.
This works - but would be extremely annoying to use. Any thoughts on a better option?mgagliardo
10/11/2024, 6:15 PMmgagliardo
10/11/2024, 6:32 PMyetitwo
10/12/2024, 4:14 AMmgagliardo
10/14/2024, 1:11 PMmgagliardo
10/15/2024, 1:33 PMyetitwo
10/15/2024, 1:34 PMyetitwo
10/15/2024, 1:34 PMmgagliardo
10/15/2024, 1:56 PMyetitwo
10/15/2024, 2:18 PMyarn.lock and this is a concrete reason we should do that.yetitwo
10/15/2024, 2:19 PMmgagliardo
10/15/2024, 2:56 PM{} response in there to see what happens.
Fwiw, the class there is just a copy from the grpc-js org, but with logic to allow the non-ssl request over block itmgagliardo
10/15/2024, 2:57 PMyetitwo
10/15/2024, 2:57 PMmgagliardo
10/15/2024, 2:58 PMnull value would be coalesced to an empty objectyetitwo
10/15/2024, 2:58 PMmgagliardo
10/15/2024, 2:58 PMyetitwo
10/15/2024, 2:58 PMmgagliardo
10/15/2024, 2:58 PMyetitwo
10/15/2024, 2:58 PMyetitwo
10/15/2024, 3:03 PMmgagliardo
10/15/2024, 3:22 PMyetitwo
10/15/2024, 3:22 PMmgagliardo
10/15/2024, 4:20 PMyetitwo
10/15/2024, 4:28 PM