Versions Compared

Key

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


Panel

Table of Contents

...

Backlog

Title

Description

#31180Partner SSH Key Scan and StoreFeature to fetch, display, and automatically store the SSH host keys for a remote partner from the configuration panel.
#32302Ignore Revoked Partner KeySkip the revoked host keys during handshake with a remote partner
#32328Ignore Revoked Server KeySkip the revoked host keys during server initialization
#32364SFTP session details

More details for SFTP session

  • print SSH session ID in hexadecimal format in the log
  • in case of handshake error: show the remote address: Failed to perform handshake: '%s' Address '%s'
  • in case of handshake success, show the user, client version, and remote address: ID: '%X' Handshake connection User: '%s' Client Version: '%s' Address: '%s
  • keep session id in transfer info with key: udmg_session_id

...

Backlog

Title

Description

#31692Cross-Origin Resource Sharing (CORS) for Admin UINew 'domain' configuration parameter for Authentication Proxy to define the list of allowed and trusted domains to perform CORS requests
#32226Cross-Origin Resource Sharing (CORS) for Web Transfer ClientNew 'domain' configuration parameter to define the list of allowed and trusted domains to perform CORS requests
#32304
#31691
CSRF Protection for Admin UINew 'CSRF' flag parameter for Authentication Proxy to enable CRSF protection. A CSRF Token is exchanged between Authentication Proxy and Admin UI during the authentication handshake.
#32227CSRF Protection for Web Transfer ClientA CSRF Token is exchanged during the authentication handshake between the frontend and backend.
#31696Mime Type ScanningScanning of transferred files to determine their mime-type and suggested file extension. The guessed type and extension are added as transfer metadata:
  • udmg_file_computed_extension
  • udmg_file_computed_mimetype
#32295User Revocation of Certificate or KeyCertificate records (TLS certificate, SSH host key, or SSH public key) can be disabled on demand with 'revoke' and 'authorize featues' features.

User Experience

Backlog

Title

Description

#31968Server and Partner extended info fields

Addition of custom fields for describing Servers and Partners. Standard field are

  • Description
  • Contact 1 name, email, and phone
  • Contact 2 name, email, and phone

Addtional Additional fields can be added from the interfaces as pair pairs of label - value according to user needs.

#32329Cancel TransferCancel action is available from Admin UI when the transfer is not already completed (not Done or nor Cancelled)
#32359TLS Certificate DetailsDisplay of complete TLS certificate details, including among others the expiration date, subject, SAN list
#32345SSH Public Key DetailsDisplay of complete public key details, including algorithm, bits (key size in bits, only for RSA), fingerprintSHA256, fingerprintMD5, authorizedKeysLine
#32330SSH/TLS Private Key DetailsDisplay of complete private key details, including algorithm, bits (key size in bits, only for RSA), key type, fingerprintSHA256, fingerprintMD5, authorizedKeysLine
#32453Log User Actions on ServersLog and audit the actions on the local servers for traceability: enable, disable, start, stop, restart
#31869Composite quick filter

Quick filters for composite status in Transfer Activity: 

Pending, Active, Blocked, Completed, Problem

...

Backlog

Title

Description

#32227Module rebrandingRebranding

The solution components are renamed to udmg-* for better useability:

  • waarp-gateway udmg-client
  • waarp-gatewayd udmg-server
  • mft-auth-proxy udmg-auth-proxy
  • mft-agent-client udmg-agent-client
  • mft-agent-server udmg-agent-server
  • mft-web-upload → udmg-web-transfer

Version numbering for udmg-server and udmg-client is now aligned with the UDMG release and not with the legacy 3PP.

#29886SaaS Disater Disaster RecoverySaaS offer is available with support for disaster recovery.
#32519SSO Integration

Support for Identity Providers:

  • Google
  • SAML
  • OAuth2
  • OpenID
#32653User Email InfoAddition of email field for UDMG Users can have an email . This is required for SSO identificationsintegration.

Remote Interfaces

Backlog

Title

Description

#31940API to show Show internal object ID in API responses

Addition of internal object ID in the GET/LIST API response for below endpoints, for improved useability and easier troubleshooting.

  • users
  • sb_partners
  • sb_partners/X/accounts
  • sb_partners/X/certs
  • sb_servers
  • sb_servers/X/accounts
  • sb_servers/X/certs
  • sb_rules
#32818API to update own password

'password' web service and CLI command to provide the ability for a UDMG user to change its own password without

additional permission

the system permission to update all users.

udmg-client user password -p [password] [username]

#32676Healthcheck API

'sb_healthcheck' web service and CLI command to provide and easy monitoring of UDMG services.

One line response with overall system status:

  • Operational: all services are Running or Offline (either disabled or stopped by a user).
  • Degraded: at least 1 service is in the Error state.
  • Transitional: at least 1 service is in Starting or ShuttingDown state.
#32938Authentication Proxy Swagger  SpecificationSwagger OpenAPI Specification for the UDMG Authentication Proxy.

...