简体   繁体   中英

How to restrict access to job groups in Rundeck for different users?

I have a Rundeck Project where I have multiple jobs categorised into groups.

Like this
  Project_Admin
    |
     configure
    |         |_job_1
    |
     administrator
              |_job_2

Now I have users who are categorized as admin and users.

I want

"admin" group to access to "configure" and "administrator" jobs with create/read/run/kill privileges

and

"users" group to access to "configure" and "administrator" jobs with read/run privileges

My confusion is in admin.aclpolicy how do I mark groups for jobs?

Kindly help.

Thanks.

对于用户,您必须创建users.aclpolicy文件并在该文件中限制其访问权限,而管理员将使用admins.aclpolicy设置。

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