File tree Expand file tree Collapse file tree 3 files changed +40
-1
lines changed
Expand file tree Collapse file tree 3 files changed +40
-1
lines changed Original file line number Diff line number Diff line change 1+ | tag | date | title |
2+ | ---| ---| ---|
3+ | v2.7.0rc3 | 2021-11-08 | User Sync Tool v2.7.0rc3 |
4+
5+ # New Features
6+
7+ ** Revamped Sign Sync**
8+
9+ Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (` sign-sync ` ).
10+
11+ Feature summary
12+
13+ - Primary config for Sign Sync is ` sign-sync-config.yml `
14+ - Sign connector config - ` connector-sign.yml `
15+ - All identity sources are supported
16+ - Sync supports multiple Sign targets
17+ - Full user lifecycle management for standalone Sign environments
18+ - Mapping structure to manage Sign group assignments and admin privileges
19+ - Same logging options as UMAPI sync
20+ - Sign API data is cached
21+
22+ Architecture changes
23+
24+ - New ` engine ` module
25+ - ` rules.py ` refactored to ` engine.umapi `
26+ - ` config.py ` refctored to multi-file module
27+ - Sign API client is top-level (parallel to ` user_sync ` module)
28+ - ` post_sync ` has been removed
29+
30+ Notes:
31+
32+ - User multi-group (UMG) is not supported at this time
33+ - The Sign client uses Sign API v5
34+
35+ Documentation here - https://github.com/adobe-apiplatform/user-sync.py/blob/v2-sign-phase-2/docs/en/user-manual/sign_sync.md
36+
37+ ---
38+
139| tag | date | title |
240| ---| ---| ---|
341| v2.7.0rc2 | 2021-10-22 | User Sync Tool v2.7.0rc2 |
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Feature summary
1313- Full user lifecycle management for standalone Sign environments
1414- Mapping structure to manage Sign group assignments and admin privileges
1515- Same logging options as UMAPI sync
16+ - Sign API data is cached
1617
1718Architecture changes
1819
Original file line number Diff line number Diff line change 1818# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1919# SOFTWARE.
2020
21- __version__ = '2.7.0rc2 '
21+ __version__ = '2.7.0rc3 '
You can’t perform that action at this time.
0 commit comments