简体   繁体   中英

Rundeck Can we unite all .acl files that are created when we create a rundeck project

We have an application for which we have a huge number of projects created in Rundeck.

Whenever any user creates a project, an .acl file is created for the project inside the etc folder with all the authentication details for that project.

So now the number of .acl files has become huge. This is impacting the login time performance as the application must read each of those .acl files on start. Is there a way to improve performance for user login, eg by unifying all of the .acl files?

Thanks.

Just for the record answer: Sure, you can use a global ACL (Gear Icon > Acess Control ) and add each ACL separated by --- , you can add system ACLs or project ACLs on that section. Here you can see an example.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM