Skip to content

User Sync Tool v2.7.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@adorton-adobe adorton-adobe released this 11 Oct 23:09
· 400 commits to v2 since this release

New Features

Revamped Sign Sync

Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (sign-sync).

Feature summary

  • Primary config for Sign Sync is sign-sync-config.yml
  • Sign connector config - connector-sign.yml
  • All identity sources are supported
  • Sync supports multiple Sign targets
  • Full user lifecycle management for standalone Sign environments
  • Mapping structure to manage Sign group assignments and admin privileges
  • Same logging options as UMAPI sync

Architecture changes

  • New engine module
  • rules.py refactored to engine.umapi
  • config.py refctored to multi-file module
  • Sign API client is top-level (parallel to user_sync module)
  • post_sync has been removed

Notes:

  • User multi-group (UMG) is not supported at this time
  • The Sign client uses Sign API v5

Documentation is forthcoming.