With Qube!, you have a choice of running jobs on the Workers in one of two ways:
- Under proxy mode, all jobs execute as the designated proxy user, regardless of who submitted them.
- Under user mode, all jobs execute as the user specified in the job, either the user that submitted the job, or some other specified user. All processes executed and files created would then owned by that user.
This is controlled with the proxy_execution_mode parameter.
Default proxy user account
The installation of the qube-worker package creates a local user account named qubeproxy. The default worker configuration is to run in proxy mode with the qubeproxy user name and password for the proxy user.
- Username: qubeproxy
- Password: Pip3lin3P@$$wd
In the case of Windows, for each job that runs on a Windows host the Worker must supply three pieces of information so that the operating system will allow it to initiate processes as another user:
- Windows Domain
- User login
- User password (encrypted)