warrant-dev / warrant

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.
https://warrant.dev
Apache License 2.0
1.15k stars 43 forks source link

/v1/query API is missing #193

Closed keimoon closed 1 year ago

keimoon commented 1 year ago

/v1/query API is stated here in the API reference https://docs.warrant.dev/warrants/query-warrants/ but the local warrant server returns not found.

akajla09 commented 1 year ago

Hi @keimoon - the query api is currently only available on Warrant cloud. You can try it out with a cloud service account.

kkajla12 commented 1 year ago

Hi @keimoon, in case you're just looking to list warrants using specific filters (e.g. objectType, objectId, etc.), you can also make use of the List Warrants endpoint which is supported by the open source version of Warrant.

kkajla12 commented 1 year ago

@keimoon, support for the Query API was added in #225.