Skip to content

Releases: thorbjornsen/adsync

v0.13.0

23 Oct 17:37
3d06dcc
Compare
Choose a tag to compare

Service principals may be members of AD groups and need to be pushed into Ranger to have policies applied. This feature optionally includes syncing service principals that are part of groups in the sync process

v0.12.0

16 Feb 00:11
Compare
Choose a tag to compare
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

01 Nov 05:27
Compare
Choose a tag to compare
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

19 Oct 16:48
Compare
Choose a tag to compare
Had the wrong next link in the member pagination loop

v0.9.0: Merge pull request #4 from springjd/group-file

07 Oct 21:59
8c9fa6c
Compare
Choose a tag to compare

v0.8.0: Parent of nested groups created

30 Sep 03:03
Compare
Choose a tag to compare
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

25 Sep 21:13
Compare
Choose a tag to compare
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

23 Sep 06:48
Compare
Choose a tag to compare
Fixed an issue where groups were being deleted and then created.

v0.5.0: Fix group filter (#3)

23 Sep 06:41
f119f69
Compare
Choose a tag to compare

v0.2.0: Fixed group search

16 Aug 01:11
Compare
Choose a tag to compare
Got the group search filter working.
Added logging for the request (sans any password/token information)