warrant icon indicating copy to clipboard operation
warrant copied to clipboard

Warrant is a highly scalable, centralized authorization service based on Google Zanzibar, used for defining, querying, and auditing application authorization models and access control rules.

Results 15 warrant issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Currently, the default for go-migrate is to pull db migrations directly from Github (main branch) and run them (including with the `autoMigrate` flag). This means that you...

datastore

Add ability to generate scoped (user/tenant) short-lived sessions that can be used by front-ends to check and query warrants (same as Warrant Cloud).

enhancement

In [Tigris](https://github.com/tigrisdata/tigris)(or probably in other cloud platforms as well), an account is mapped to a user. This user can have multiple projects in his account. Each project can have Api...

enhancement

**Is your feature request related to a problem? Please describe.** Currently Warrant only supports wildcards in the `objectId` of a warrant. This makes it possible to specify rules on _all...

enhancement

**Is your feature request related to a problem? Please describe.** Warrant uses zerolog for structured logging (with stack enabled) to make debugging errors easier. Currently, zerolog only prints the filename...

good first issue