ory / keto

Open Source (Go) implementation of "Zanzibar: Google's Consistent, Global Authorization System". Ships gRPC, REST APIs, newSQL, and an easy and granular permission language. Supports ACL, RBAC, and other access models.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=keto
Apache License 2.0
4.7k stars 342 forks source link

test: rewrite and traversal #1531

Open rbnbr opened 1 month ago

rbnbr commented 1 month ago

Related issue(s)

1529 comment

Checklist

Further Comments

I added a test similar to https://github.com/ory/keto/pull/1529 though for some reason I cannot run the test command on my machine at all, e.g., go test -tags sqlite .\internal\check\ fails for the current master branch.

CLAassistant commented 1 month ago

CLA assistant check
All committers have signed the CLA.

aeneasr commented 3 days ago

Can this be merged?