🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Feature Request: Set repository permissions operator

User: "christos_karras"
New Altair Community Member
Updated by Jocelyn
I have created a RapidMiner process to deploy a model and all the files it needs to a server (RapidMiner processes to prepare the data and score the model, configuration, etc). It copies files from a local repository to a server repository. This worked fine as long as I was the only user who did these deployments, but once other users started taking this responsibility, we found that keeping permissions up to date for all files was a major struggle. When a file is copied to the server, by default it is accessible only to the user who copied the file. So we need to manually login the server web interface, and recursively set permissions again on multiple folders (in studio, as far as I know there is no way to recursively set permissions). Otherwise, the deployment process will fail if the deployment was last performed by another user, because the files would only be writable by the user who did the previous deployment.

We would need an operator to update permissions on a repository entry or folder, and ideally with an option to do it recursively (but in the worst case we can do it on individual entries by listing and looping through them). We would use this to assign rights to a group instead of individual users.

I guess the "best" recommendation would be for us to migrate to a Git-based server repository and use that to manage our deployments, but this requires a Docker-based RapidMiner Server installation and we are using a Windows server, so we can't do that for now.

Thanks

Find more posts tagged with