Product Update: What's New in UAC 7.3

Discover UAC 7.3, including secrets management and security updates, inbound webhook support, user-defined critical path endpoints, and expanded container and cluster support.

Universal Automation Center 7.3 covers five areas: secrets management and security, integrations, critical path, workload automation, and platform support. This session works through each one with live demos.

Secrets management leads the release. Credentials now include a provider field, so instead of storing a password or token in the controller, you can pull it from a third-party secrets manager at execution time. Provider libraries are integrated directly, and caching follows each provider's own rules. Nothing is stored in UAC. Personal access tokens arrive alongside this, letting each user generate scoped tokens for API access and external applications. Pass them as a bearer token in an authorization header, or as a query parameter when the calling application cannot send headers. Tokens can be created, listed, and revoked through new API endpoints. They also solve a longstanding issue for single sign-on users, who can now authenticate to promotion targets using a token tied to their own synchronized ID. Email connections pick up OAuth 2 support. And the banner color is back, following feedback on the 7.2 interface.

Inbound webhooks are the headline integration feature. Most modern applications and cloud services publish webhooks, so you can subscribe instead of polling. Create a universal event template and UAC generates the endpoint URL for you. The remote system does the monitoring and pushes the payload, then you extract what you need from it and trigger workload. That matters for cost as much as convenience, since polling an S3 bucket every thirty seconds all year adds up in API charges. The demo triggers a full event-driven workflow from a single file landing in S3, including a transient Kubernetes agent that registers into a preassigned business service, runs its work, and decommissions itself.

Container and cluster security expands to match. Agents can be assigned business service membership at registration, clusters can require that membership to match, and you can cap how many agents join a cluster.

Universal Templates gain SAP connection fields, array fields with predefined values, a consolidated extension status field, and better variable passing. For anyone building integrations, there is a Python CLI and a Visual Studio Code extension that handle debugging and launching without a controller connection. Browse existing integrations in the Integration Hub.

Critical path calculation is no longer limited to the longest path through a workflow. Set your own critical endpoints, one or several, anywhere in the workflow. Critical path reporting then reflects the jobs that actually matter to you. Workflows also add edge conditions that compare variables and functions, variable names built from other variables or functions, and a checkbox to keep a task from running against another instance of itself.

On z/OS, 7.3 adds a temporary JCL library, system affinity in the job card, configurable JES output timeout and space parameters, and a restart and rerun step you can insert into jobs the controller did not launch, with improved GDG cleanup reporting. Platform updates include agent proxy support for OMS connections, an updated MySQL JDBC driver, and certification for Windows Server 2022 and z/OS 2.5.

Key Takeaways:

  • Pull credentials from third-party secrets managers at execution time, with nothing stored in the controller
  • Generate and revoke personal access tokens for API access, including SSO authentication to promotion targets
  • Subscribe to inbound webhooks and trigger workload on events with no polling and no API polling costs
  • Define your own critical path endpoints instead of relying on the longest calculated path
  • Assign transient container agents to a business service at registration for predefined security