Hi,
Please try this one:
description: Project ACL description context: project: '.*' # all projects for: resource: - allow: 'read' job: - allow: 'read' node: - allow: 'read' by: group: rundeck_users --- description: App ACL description context: application: 'rundeck' for: project: - allow: 'read' storage: - allow: 'read' by: group: rundeck_usersHere you can check a lot of examples. Here you can learn how ACL works.
Hope it helps!