Releases: thorbjornsen/adsync
Releases · thorbjornsen/adsync
v0.13.0
v0.12.0
Segmenting group user info If the size of the userinfo slice is too large, Ranger will timeout while processing the CreateGroupInfo request. This change allows the size of the userinfo slice to be configured per request.
v0.11.0: Ranger delete requires encode user
The user value for deletes needs to be url encoded since it appears in the URI and not as part of the payload... just in case there are characters such as # present in the email address
v0.10.0: Fix member pagination error
Had the wrong next link in the member pagination loop
v0.9.0: Merge pull request #4 from springjd/group-file
Add Group File Writer
v0.8.0: Parent of nested groups created
Additional requirement to create the parent of any nested groups, adding all users from the nested groups to the parent.
v0.7.0: Support for nested groups
Added support for single layer nested groups. Any nesting beyond the first level is not supported (per customer requirements) Refactored code base to (hopefully) make it easier to reuse if something like LDAP support (instead of Azure Graph APIs) is required in the future
v0.6.0: Fix delete/create groups
Fixed an issue where groups were being deleted and then created.
v0.5.0: Fix group filter (#3)
Group filter fix
v0.2.0: Fixed group search
Got the group search filter working. Added logging for the request (sans any password/token information)