Versions Compared

Key

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

...

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 fields can be added from the interfaces as pair 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 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

Architecture

Backlog

Title

Description

#32227Module rebranding

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

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

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

Support for Identity Providers:

  • Google
  • SAML
  • OAuth2
  • OpenID
#32653User Email InfoUDMG Users can have an email for SSO identifications

Remote Interfaces

Backlog

Title

Description

#31940API to show internal object ID

Addition of 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 to provide the ability for a UDMG user to change its own password without additional permission
#32676Healthcheck API

'sb_healthcheck' web service to provide easy monitoring of UDMG services

  • 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.

...