使用 ml-gradle 添加对 ml-data 文件夹的权限

Adding permission for ml-data folder using ml-gradle

我正在使用 ml-gradle 插件将数据和模块部署到 ML10 数据库。我已经使用 mlModulePermissions 属性 来设置模块的权限。

是否有类似的属性来设置从ml-data目录加载的文件的权限?

数据权限有一个等效的属性:

mlDataPermissions Comma-delimited list of permissions (role1,capability1,role2,capability2,etc) assigned to each document. No default value (which typically means you'll get rest-reader/read and rest-writer/update as permissions on each document).

https://github.com/marklogic-community/ml-app-deployer/wiki/Loading-data