select custom user other than root for running crons #684
Replies: 4 comments 1 reply
-
Hello, i notice that when we use this feature we only change the userid but the script doesn't herit for GID as well. My conserne is that i have dedicated user that can start a process docker so my user is when i launch my script i have only uid=1001(xxx) gid=1001(xxx) groups=1001(xxx) i think it's because in the shell_plugins we only force the uid. Anyone try to force GID as well? |
Beta Was this translation helpful? Give feedback.
-
I'll add this to the TODO list for sure. |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
currently my crons are configured to be run only by a specific user group on the server, but i see cronicle always picks up root user by default to run the crons which dont have the permission. how can i define the user to be picked for running jobs?
Beta Was this translation helpful? Give feedback.
All reactions