Feature #24714
openSupport for non-ssh agent provider
Description
As a user, I would like to use asynchronous execution methods. These would be similar to the osa-dispatcher/osad model.
Updated by Ivan Necas over 6 years ago
I don't understand what the requirement is. Could go as deep as possible with explaining what the feature should be about and which problem it would solve?
Updated by Dustin Crowl over 6 years ago
Essentially, I am trying to solve the problem of using remote execution within an environment where SSH is so heavily locked down as to be nearly unusable by any automation that relies on it. I am not able to make effective use of remote execution due to root logins being disallowed, and mandatory two factor authentication for all other accounts. The solution in the past has been to make use of osa-dispatcher, which can schedule remote commands for execution by an agent running on the client systems once they have checked in and picked up the new task. I have not been able to locate a similar provider for the remote execution plug-in.
Updated by Ivan Necas over 6 years ago
- Subject changed from Asynchronous Execution to Support for non-ssh agent provider
Oh, I understand. Btw. there is a support for async triggering via ssh (added by #17514), but it seems your situation is you can't use ssh at all. Therefore I'm changing the subject to better capture this requirement.
We know we want to add support for this, it's just no known when exactly this will be.