Hi Folks,
For security and to simplify the user management, we are using processing users in our condor pool, on which we map the user to a proc-user. We are doing this using the condor_mapfile.
It means that the user that is working for several projects can configure the submit file with the corresponding proc-user by setting the "+Owner" in the submit file. This works for standard job submitsions
We would like to keep this possibility even when the user submits from the IPython (docker container) on which we have developed our own API to interact with Condor.
It is possible to add this possibility to the HTCondor module of Python? Or some working around to set the ownership of the job?
Note: we have external users accessing our platform using just the IPyhton notebook and they don't have the possibility to ssh to the Submit node. Furthermore, the IPython container is configured as a remote submit node and it is not in the same host
of the schedd.
Message: 2 |