Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel

Table of Contents

Universal Data Mover Gateway release 1.5.0.0 - November 17, 2023, contains the following high-level features. For a complete list of all the included features and fixes, please refer to Universal Data Mover Gateway 1.5.x Maintenance.

Protocols

Backlog

Title

Description

#34247Allow absolute paths in SFTP client requests

If the remote filename stub in the transfer request starts with a '/' it is considered an absolute path and will be used without prefixing with the transfer rule remote directory path. 

For example, the client transfer udmg-client transfer add -f localFile.txt -o /remotepath/remoteFile.txt -p SftpPartner -l remoteAccount -w send -r Rule1S will now send /remotepath/remoteFile.txt as the path in the SFTP request whereas before, the path would have been {rule remote_directory}/other/remoteFile.txt.

#34258Send transfer without pre-existing fileAllow a client send transfer to start even when the local file does not exist. It is now possible to start a send transfer even if the file to send does not yet exist, as long as it is created before the start of the data sending phase. Typically, this allows a user to start a transfer when the file is created via rule pre-tasksby a Rule Pre-Task.

Security

Backlog

Title

Description

B-17739,
#31690
Standard Login Method with Authenticator App (TOTP) 2FA.

Local User accounts can now be configured to use 2 Factor Authentication (2FA) via a 3rd Party Authenticator App.

Image Modified

A user configured for Standard / Authenticator App (TOTP) must setup their Universal Data Mover Gateway account in their authenticator app during their initial login.

Image Modified

For subsequent logins, the “challenge” page will be presented during the login flow.

#34873Management of user sessions

The open sessions for the users of the UDMG Admin UI can be displayed and terminated from the user menu.
Requires the 'administration write' permissions.

#34890,
#34112
Management of the 'Administration' permission for users
  • Ability to manage the 'Administration' permission from UI and CLI

  • 'superuser' shortcut is provided to create or convert a user to a superuser with all possible permissions, including the administration permissions
    udmg-client user update bob -r 'superuser' 
#33071Disable Rule Task type

Ability to globally disable each rule task type.

New udmg-server configuration parameters, in the [tasks] section, for each task type allow to disable the related task processing during any file transfer. For the following task types: COPY, COPYRENAME, MOVE, MOVERENAME, DELETE, RENAME, EXEC, EXECMOVE, EXECOUTPUT, TRANSFER, CHECKREGEX, PUBLISHEVENT, ICAP. 

...