File tree Expand file tree Collapse file tree 7 files changed +14
-45
lines changed Expand file tree Collapse file tree 7 files changed +14
-45
lines changed Original file line number Diff line number Diff line change
1
+ | tag | date | title |
2
+ | ---| ---| ---|
3
+ | v2.7.1 | 2022-03-14 | User Sync Tool v2.7.1 |
4
+
5
+ * \# 773 Sync signal logic tweaks
6
+
7
+ ---
8
+
1
9
| tag | date | title |
2
10
| ---| ---| ---|
3
11
| v2.7.0 | 2021-12-02 | User Sync Tool v2.7.0 |
Original file line number Diff line number Diff line change 1
- # New Features
2
-
3
- ** Revamped Sign Sync**
4
-
5
- Sign Sync has been overhauled. It is now implemented as a separate workflow with an alternate entrypoint command (` sign-sync ` ).
6
-
7
- Feature summary
8
-
9
- - Primary config for Sign Sync is ` sign-sync-config.yml `
10
- - Sign connector config - ` connector-sign.yml `
11
- - All identity sources are supported
12
- - Sync supports multiple Sign targets
13
- - Full user lifecycle management for standalone Sign environments
14
- - Mapping structure to manage Sign group assignments and admin privileges
15
- - Same logging options as UMAPI sync
16
- - Sign API data is cached
17
- - Tool to migrate post-sync config
18
-
19
- Architecture changes
20
-
21
- - New ` engine ` module
22
- - ` rules.py ` refactored to ` engine.umapi `
23
- - ` config.py ` refctored to multi-file module
24
- - Sign API client is top-level (parallel to ` user_sync ` module)
25
- - ` post_sync ` has been removed
26
-
27
- Notes:
28
-
29
- - User multi-group (UMG) is not supported at this time
30
- - The Sign client uses Sign API v6
31
-
32
- Documentation here - https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/sign_sync.html
33
-
34
- ** Enhanced ESM Support**
35
-
36
- Fixed an issue when syncing to trustee consoles that use Enterprise Storage Model (ESM).
37
- New config option ` uses_business_id ` in UMAPI connector config ensures that users are
38
- handled correctly.
39
-
40
- See https://adobe-apiplatform.github.io/user-sync.py/en/user-manual/advanced_configuration.html#esm-secondary-targets
1
+ * \# 773 Sync signal logic tweaks
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Tool are to streamline the process of named user deployment and automate user ma
8
8
This application is open source, maintained by Adobe, and distributed under the terms
9
9
of the OSI-approved MIT license. See the LICENSE file for details.
10
10
11
- Copyright (c) 2016-2020 Adobe Inc.
11
+ Copyright (c) 2016-2022 Adobe Inc.
12
12
13
13
## Documentation
14
14
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nav_level: 1
8
8
nav_order : 100
9
9
---
10
10
11
- Version 2.7.0 , released 2021-12-02
11
+ Version 2.7.1 , released 2022-03-22
12
12
13
13
This document walks you through the steps needed to understand
14
14
and setup the User Sync Tool.
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ These commands ought to produce an output similar to the following:
27
27
28
28
```
29
29
> .\user-sync.exe -v
30
- user-sync.exe 2.7.0rc1
30
+ user-sync.exe 2.7.1
31
31
```
32
32
33
33
```
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ nav_level: 1
8
8
nav_order : 10
9
9
---
10
10
11
- Version 2.7.0 , released 2021-12-02
11
+ Version 2.7.1 , released 2022-03-22
12
12
13
13
This document has all the information you need to get up and
14
14
running with User Sync. It presumes familiarity with the use of
Original file line number Diff line number Diff line change 18
18
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
19
# SOFTWARE.
20
20
21
- __version__ = '2.7.0 '
21
+ __version__ = '2.7.1 '
You can’t perform that action at this time.
0 commit comments