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

Allow creation of object-types with an empty relations block #318

Closed kkajla12 closed 7 months ago

kkajla12 commented 7 months ago

Describe your changes

Allows creation of object-types with an empty relations block. For example:

{
   "type": "user",
   "relations": {}
}

Issue number and link (if applicable)

Closes #317