https://cerbos.dev logo
Title
o

Owen Cummings

04/03/2023, 6:41 PM
Does the cerbos ruby SDK support HTTP requests (or grpc only)?
c

Charith (Cerbos)

04/03/2023, 6:51 PM
It should. Have you tried setting
tls: false
when the client is initialized? https://github.com/cerbos/cerbos-sdk-ruby#example-usage
o

Owen Cummings

04/03/2023, 6:51 PM
I have
c

Charith (Cerbos)

04/03/2023, 6:51 PM
Do you get any errors?
o

Owen Cummings

04/03/2023, 6:52 PM
No but I can’t get it to make HTTP protocol requests
just gRPC
c

Charith (Cerbos)

04/03/2023, 6:53 PM
Oh! Sorry, I misunderstood your question. No, the SDK is grpc only.
o

Owen Cummings

04/03/2023, 6:53 PM
Yeah thats what I assumed, just checking if I was missing something obvious
c

Charith (Cerbos)

04/03/2023, 6:54 PM
No. Almost all our SDKs are gRPC only.