Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] User permission(s) delegation?
- Date: Wed, 18 Mar 2026 15:02:42 -0500
- From: Greg Thain <gthain@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] User permission(s) delegation?
On 3/18/26 10:26, CMV wrote:
A (MIT) Kerberos authenticated user submits a job and then leaves for
holiday; The job continues to run for several days. Of course with the
right permissions, admins can remove the job but this doesn't scale so
can the right(s) to condor_rm for example be delegated to someone else
in that team? Simplest solution would be authorization groups but I
can't find any reference to such feature.
There are no authorization groups, in htcondor today. If a user is in
the config parameter QUEUE_SUPER_USERS, though, they can remove any
user's job. By default "root" and "condor" are in this parameter.
-greg