Ufuk
Ufuk
resolved: [PR-1517](https://github.com/Permify/permify/pull/1517)
Here is an example request body: ``` { "metadata": { "snap_token": {{snap_token}}, "schema_version": {{schema_version}}, "depth": 100 }, "scope": ["id_1", "id_2", "id_3"], "entity_type": "repository", "permission": "view", "subject": { "type": "user", "id":...
Here is an example request body: ``` { "metadata": { "snap_token": {{snap_token}}, "schema_version": {{schema_version}}, "depth": 100 }, "entity": { "type": "repository", "ids": ["repo_1", "repo_2", "repo_3"] }, "permission": "view", "subject": {...
Hi @gign0766, I tried to reproduce the issue but couldn't replicate it. Everything seems to be working as expected on my end. I'll update the database tests shortly to include...
Hi, thank you @gign0766. I couldn't test with your setup. This week I will be updating helm charts, related migration scripts and issues about k8s. I will test both cases!
Hi @ankitsheoran1, thank your for you contribution! I have updated the last case you added for linked schemas and now it is passing.
Commit history is a bit confusing as I had to pass all changes to master in another branch first to preserve @ankitsheoran1's contributions. Please squash merge once everything is ready.
Hi @mmx86, in the use case you provided, we can simplify the permission setup by updating the definition of the relation between project and space by relocating the `resource__space` relation,...
Hi @mmx86, I meant adding a relation in space entity instead of project entity but as i understand it will not be enough in your case. This feature can be...
thank you for your feedback! we are working on publishing Java SDK to Maven Central and expect to complete it early this week.