Open azadehashouri opened 3 days ago
Try to rebuild and restart all services, not just cvat_server
. As it only returns a bundle with rules, hovewer cvat_opa
is responsible for authorization.
I solve this by comment utils.EXPORT_DATASET, utils.EXPORT_ANNOTATIONS
in tasks.rego file and rebuild cvat_server and run all required containers again.
Thanks for your reply.
@bsekachev
Actions before raising this issue
Is your feature request related to a problem? Please describe.
Hello,
I want to restrict the download option for worker users, I mean I want my worker members aren't allowed to export jobs, tasks, projects and generally data.
I edited cvat/cvat/apps/engine/rules/jobs.rego file in this way and commented the codes related to export annotation and dataset:
after that I run these commands to rebuild cvat_server:
But unfortunately, it doesn't work and my worker members can still export and download data.
Please help me to solve this problem to protect my data.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response