openfga / api

Protocol Buffers used by OpenFGA
Apache License 2.0
19 stars 14 forks source link

fix: CheckRequestTupleKey and AssertionTupleKey now require non-empty fields #130

Closed miparnisari closed 10 months ago

miparnisari commented 10 months ago

Description

Before: validation performed in the server code

image image image

After: validation performed in the proto:

image image image
rhamzeh commented 10 months ago

@miparnisari make sure you update your local buf build and then try regenrating

miparnisari commented 10 months ago

@rhamzeh thanks, somehow i had two buf installations locally.