start topaz container, there is another service that will load manifest/seed objects and relations
docker-compose uprun test curl
sh test.shoutput:
{
"check": false,
"trace": [],
"context": {
"reason": "E20025 object not found: subject user:anonymous"
}
}
The response should be true because the user type has a * relation to the document document_1.
https://github.com/aserto-dev/go-edge-ds/blob/main/pkg/ds/check.go#L49
validating that all subjects checked must have a relation existing relation row. but in this case, we have a relation for *, so this check will fail.