Warrant is a highly scalable, centralized authorization service based on Google Zanzibar. Use it to define, enforce, query, and audit application authorization and access control.
When selecting a set of subjects using a query like select member of type user for permission:A, the query API returns results of types other than just user. This PR updates the query API to only return results of the specified subject type(s) if specified.
Describe your changes
When selecting a set of subjects using a query like
select member of type user for permission:A
, the query API returns results of types other than justuser
. This PR updates the query API to only return results of the specified subject type(s) if specified.Issue number and link (if applicable)
N/A