Universal Data Mover Gateway 2.0.0 Release Notes
Universal Data Mover Gateway release 2.0.0.0 - June 7, 2024, contains the following high-level features. For a complete list of all the included features and fixes, please refer to Universal Data Mover Gateway 2.0.x Maintenance.
File Transfer Enhancements
Backlog | Title | Description |
---|---|---|
B-18770 | Ad-hoc File Transfers | This enhancement allows the transfer of files between users using a quick share link for a given file, which is protected with a password, expiration date, and number of downloads. The links and associated files can be shared with any type of user, including external users as long as the user is provided the password. Each file for which an ad-hoc file transfer link is generated is given a unique ID/token used in the associated URL. All ad-hoc file transfer links are generated through the Web Transfer Client and managed through the Web Transfer Client and UDMG Admin UI. The user must have a local auth account and a local server in UDMG must be created with the local auth protocol attached. Due to a system limitation with the UDMG Web Transfer Client, the authentication server for the UDMG Web Transfer Client must have the same path value set for both the Local and Temp directories. This constraint will be removed in future releases. For the creation of ad-hoc file transfer links, the following fields are required:
For all generated ad-hoc file transfer links, the following actions are available:
See Tutorial - Creating an Ad-hoc File Transfer Linkfor detailed instructions on how to create, edit, and manage ad-hoc file transfer links. Updates to the local-auth server configuration:
Web Transfer Client The file name cannot contain special characters (e.g., &, +, %, #, ;). UDMG Admin UI From UDMG Admin UI, ad-hoc file transfer information is visible in the Transfers Activity Dashboard and Ad-Hoc Activity service via the navigation pane. Transfers Dashboard Ad-Hoc Activity New endpoints added on the UDMG Server API: Note that the creation of the share link is only possible from the UDMG Web Transfer Client. The following endpoints allow the management of the existing links.
Updates to the udmg-client CLI:
|
B-18765 | Delete file after download from SFTP (MOVE Command) | This enhancement allows the deletion of a file after it is downloaded from SFTP using the MOVE command. The enhancement only applies to send or receive files. The change removes the need for additional configuration and monitoring in UAC and UDMG. Before this change, the local file could only be deleted in the UDMG Server with the DELETE post-task. The remote file could not be deleted in UDMG and UAC was required for the transfers where remote delete was required.
Examples: Implemented Error Messages:
|
#35208 | UDMG Server | Adds a parameter to disable the implicit assignment of Transfer Rules. Before this change, a Transfer Rule was allowed for all servers, partners, and accounts right after creation. It was only restricted after an explicit assignment (whitelisting) to at least one server, partner, or account. The prior functionality created confusion for UDMG users and allowed unauthorized access to files and folders for third-party accounts during the time between the rule creation and its explicit assignment. The change allows the functionality to be disabled with the new UDMG Server configuration parameter The default value remains false but is likely to change with future releases. |
Security
Backlog | Title | Description |
---|---|---|
B-19917 | Updates to Secure JWT Token | This enhancement improves the security between UDMG Admin UI and UDMG Authentication Proxy with the use of session ID instead of user credentials after the initial login (secured the JWT token). Before this change, the user credentials were stored in the JWT payload, which exposed it to potential unauthorized access. The password was removed from the JWT Token and now the header 'X-Session-Id' must be included in each request. |
B-19918, | Security Hardening | Improves security with a default NGINX configuration including the recommended security HTTP headers, hiding the server version, and disabling weak TLS ciphers. The following changes are now the default for the manual installation procedure and the installation with Linux packages (RPM/DEB). For upgrades, the parameter must be manually reviewed and added to the NGINX configuration file. Note: When installing UDMG 2.0 a new configuration file is generated with "new" added at end.
|
User Experience
Backlog | Title | Description |
---|---|---|
User Interface Updates | This enhancement improves the usability of the UDMG Admin UI, allowing for easier access to information, customizations, searching/filtering, and new features. The changes align with the look and feel of Universal Automation Center. Key Changes Include: Landing Page / Homepage
Transfers Activity
License
Ad-hoc Activity
Local Servers
Shared Accounts
Rules
Cluster Nodes
| |
B-18766 | Added Server Status and Information in Details | This enhancement allows the user to quickly view the server status, including server state and information in the Local Servers list for all local servers. The "Status" column was added to the list of local server details. Before this change, the local server status details were only displayed in the “UDMG Server Status” popup. The color-coded bars show the internal service status:
|
B-19796 | SSH Key Parsing Tool | This enhancement provides a tool to parse an SSH public key. The UDMG Server only accepts the OpenSSH format for public keys, so customers who use the PKCS8 and DER format were not previously able to convert keys to OpenSSH using standard tools (openssl and ssh-keygen). The The supported input formats are:
The output of the tool shows the key details and the OpenSSH format that is suitable for use during the setup of SFTP servers on UDMG:
Command line usage: See Utilities Reference Guide: udmg-sshkey for additional details. |
Architecture
Backlog | Title | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
B-18759 | Allowing the Sharing of Accounts Between Servers | This enhancement allows the sharing of accounts between servers. It avoids duplicate configurations for FTP and SFTP local servers by allowing accounts to be shared between local servers. Before this change, a local account was only defined for a given local server and not allowed to have the same account for multiple protocols. For instance, to allow a partner to transfer files over SFTP and FTP, it was required to have both an SFTP and FTP local server, each with their own local account. Each account was then maintained independently, which created additional overhead in configuration and maintenance (password or key updates). The Local Account service located in the UDMG Admin UI navigation pane is replaced by Shared Accounts service. Updated Shared Account process:
New permission for the management of Shared Accounts: sharedAccounts on User Permissions and user group Permissions New endpoints added on the UDMG Server API:
Updates to the udmg-client CLI: Both the new and old command lines can be used to add a new shared account. New CLI commands: Current CLI commands: If the old command line is used, then the command line automatically creates a shared account and assigns it to the local server. The permission code for udmg-client is 'L' Updated CLI Commands: See Tutorial - Creating and Associating a Shared Account for additional details. | ||||||||||
B-18755 | License Control | This change incorporates license management within Universal Data Mover Gateway. All environments are required to have an attached license key, including non-production environments. The Universal Data Mover Gateway is licensed for a set time period, number of UDMG Server instances, and number of transfer executions per month and environment. The counted file transfer executions only include the number of transfer instances completed as DONE over one month. To receive and apply your license keys, please follow the below steps and reference UDMG Licensing.
| ||||||||||
B-18762 | Using the Same Virtual Folder Name for Multiple User Accounts | This enhancement allows users to use the same virtual folder name for multiple user accounts. Multiple user accounts can now use the same local server and the same vpath, but each account will point to a separate ("private") local directory. Note: The local directory must have read/write permission for the UDMG Server operating system user.
Placeholders are allowed in the transfer rule paths (local directory and temp directory): They are expanded at runtime (when the transfer is starting or when an FTP/SFTP command is executed). For instance, /home/Users/Input/#REQUESTERHOST# is expanded to differently for each account:
Example: | ||||||||||
#33083 | Harmonization of module usage | The UDMG Authentication Proxy, UDMG Agent Proxy Server, UDMG Agent Proxy Client, and the UDMG Web Transfer Client are updated with the addition of a mandatory command line option to start the modules, and the specification of the configuration file on the command line (it remains possible to use an environment variable for the same)
| ||||||||||
#32518 | Harmonization of configuration file format | The UDMG Authentication Proxy supports TOML and YAML file formats for the configuration of the SSO service providers. This is in addition to JSON format that is already supported. The main configuration file remains in TOML format. Examples of SSO Google provider in the different formats: |