Third-party systems & services management with ProActive workflows

How to securely schedule workflows starting third-party systems & services

3 min

Mar 13, 2020 from Activeeon

Photo by Florian Krumm on Unsplash

ProActive Workflows & Scheduling is an advanced job scheduling & orchestration software allowing to start and manage various services and applications using workflows from within its interfaces. Users can interact with third-party systems in two ways: using ProActive web portals (Studio, Automation Dashboard, Scheduler, Resource Manager) or using APIs (REST, Java, CLI, etc.).

Support for multiple environments via single user logon

For users authenticated via the web portals mentioned above, ProActive Workflows & Scheduling further enhances user experince with Single Sign-on (SSO) feature. When a user logs in to one of ProActive portals (Workflow studio, for example), he is automatically signed in to all the other portals (Automation Dashboard, Scheduling portal, Resource Manager), thus providing seamless authentication experience.

Role-based permissions/authentication

All users authenticated have their own roles, which grant them a set of permissions. ProActive Workflows & Scheduling enable fine-grained authorization for the whole set of operations it offers: deploy nodes, execute jobs, etc.

Identity Management

ProActive Workflows & Scheduling evaluates user credentials and privileges against user accounts that are stored and managed by an identity store. More pricisely, ProActive software supports three identity stores:
- File-based
- LDAP (Lightweight Directory Access Protocol) and Active Directory (AD)
- PAM (Pluggable Authentication Modules)

Impersonation

ProActive Workflows & Scheduling allows users to execute workflows while activating the impersonation feature which allows to execute a task with the job owner as a system user if the targeted system is pre-configured for that purpose. There are two possible ways to do that if the targeted operating system is set to authorize one of those methods: using the job owner’s login and password or with an SSH key provided by the administrator.

Third-party credentials management

Third-party credentials are needed to securely handle conncetion to third-party systems and services invoked by ProActive workflows. These credentials are key-value pairs of strings defined by users, stored on the server side in an encrypted form. They are managed by ProActive Workflows & Scheduling as a part of the user account, and accessible by all workflows executed by the user. Thus, two users can execute the same workflow, but using different credentials, which may result in different behaviors.

The credentials are accessible in workflow tasks via APIs or variable substitution. Users can manage their third-party credentials using the scheduling portal, or the Command Line Interface (CLI).

sheduler portal menu

Methods to add or remove the credentials and to list the stored credential keys are exposed in both Java and REST APIs. You might refer to the Variable Support section to see an example of getting credentials using a Java/groovy task. Further details about the management of third-party credentials are provided in ProActive documentation.


More articles

All our articles