Where on the server is the information about user rights for workflows stored?

Hello,

I was wondering where the information of the specific user rights for a folder/workflow are stored.
I assume it is the same database which saves the roles and passwords?
If so, can I access that database directly via SQL query or something like that, in order to apply direct changes?

THX
Lars

Permissions are stored in the workflow repository. DO NOT modify the permissions on the file system! It will not work as expected and can corrupt the whole repository. Instead you can use the REST API to change permissions.

Hello thor,

just to understand you right.
I do not want to change the user of the files and folders in the LINUX system - this should be always KNIME.
I would like to change the user rights inside of KNIME. As you mentioned there is the option to do that via REST interface. I was wondering if there are more direct options. Where exactly in the workflow folder is that information stored?

Thank you!
Lars

There are no other ways of changing permissions than through the REST interface.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.