wiki:rundeck_add_new_role_acl_policy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:rundeck_add_new_role_acl_policy [2022/11/11 13:59] – add storage access code antisa | wiki:rundeck_add_new_role_acl_policy [2024/05/13 09:39] (current) – [Tested on] add version antisa | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
====== Rundeck add new role ACL policy | ====== Rundeck add new role ACL policy | ||
Line 17: | Line 17: | ||
allow: ' | allow: ' | ||
adhoc: | adhoc: | ||
- | - allow: ' | + | - deny: run |
job: | job: | ||
- equals: | - equals: | ||
Line 47: | Line 47: | ||
Now create new user that belongs to the editor group in rundeck' | Now create new user that belongs to the editor group in rundeck' | ||
newuser: | newuser: | ||
+ | |||
+ | ===== Allow access to all jobs under Backend project ===== | ||
+ | In job section above, don't match on name, so that part would go like | ||
+ | |||
+ | <code yaml> | ||
+ | ... | ||
+ | job: | ||
+ | - allow: [read, | ||
+ | ... | ||
+ | </ | ||
====== Tested on ====== | ====== Tested on ====== | ||
- | * Rundeck 4.5.0 (docker container) | + | * Rundeck |
====== See also ====== | ====== See also ====== | ||
Line 55: | Line 65: | ||
====== References ====== | ====== References ====== | ||
+ | * https:// | ||
* https:// | * https:// | ||
+ | * https:// | ||
wiki/rundeck_add_new_role_acl_policy.1668175191.txt.gz · Last modified: 2022/11/11 13:59 by antisa