Does the cerbos ruby SDK support HTTP requests (or...
# help
o
Does the cerbos ruby SDK support HTTP requests (or grpc only)?
c
It should. Have you tried setting
tls: false
when the client is initialized? https://github.com/cerbos/cerbos-sdk-ruby#example-usage
o
I have
c
Do you get any errors?
o
No but I can’t get it to make HTTP protocol requests
just gRPC
c
Oh! Sorry, I misunderstood your question. No, the SDK is grpc only.
o
Yeah thats what I assumed, just checking if I was missing something obvious
c
No. Almost all our SDKs are gRPC only.