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.
With this change, it is no longer required to pass an objectId when creating an object. If one is passed, it will be used as the objectId for the created object (no change here), but if an objectId is not passed, the service will generate a v4 uuid to use as the objectId for the newly created object.
Describe your changes
With this change, it is no longer required to pass an
objectId
when creating an object. If one is passed, it will be used as theobjectId
for the created object (no change here), but if anobjectId
is not passed, the service will generate a v4 uuid to use as theobjectId
for the newly created object.Issue number and link (if applicable)
N/A