openfga / api

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

fix: maximum number of contextual tuples for `ListUsersRequest` #166

Closed willvedd closed 5 months ago

willvedd commented 5 months ago

Description

Adding a 20 contextual tuple maximum for ListUsers requests. This enforcement usually happens on the ContextualTupleKeys definition but ListUsers decided to diverge to eliminate the stuttering that occurs from that type.

Test for this will be implemented in https://github.com/openfga/openfga/pull/1433.

References

Related PR: https://github.com/openfga/openfga/pull/1433

Review Checklist