Ok so I am attempting to use the new
# spicedb
u
Ok, so I am attempting to use the new experimental bulk check api over http in v1.25.0 which is advertised as being available at /v1/experimental/permissions/bulkcheckpermission in the openapi.json I'm running locally from the official deb package. Is there anything that needs to be done to enable the experimental stuff over http?
Looks like the handler just isn't included in the http gateway (gateway.go: func NewHandler), on purpose I assume?
j
probably an oversight
experimental is, as its name implies, experimental and its possible we forgot to register it in the gateway
mind filing an issue?
u
My PR just got merged! Thanks for the confirmation that this was not intentional...
2 Views