User running a scheduled job in Rundeck -


is there way force scheduled job runs performed user, instead of user enabled scheduling?

thanks

edit: sorry, maybe didn't explain myself properly. meant rundeck user, not node user, defined in realm.properties file.

let's have 2 users defined: user1 , user2. user1 logs rundeck , starts job. in recent executions list job appear performed "by user1".

user1 edits job , enables "schedule run repeatedly" option. when job starts on schedule reported ran "by user1".

what need way tell rundeck jobs have "schedule run repeatedly" enabled should run user (such user2) instead of user edited them , enabled scheduling (user1).

why want this? 2 reasons:
1. cleanliness: want automated jobs listed ran "rundeck service" user.
2. issues ldap , acls: our rundeck users imported ldap , rundeck acls set ldap groups. when job run on schedule rundeck not call ldap server retrieve group list, user treated having no group , consequently no acl , job fail because of lack of permissions.

i hope more clear now

yes, can specify different account via username attribute node definition.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -