Closed andrey-yakubovskiy closed 8 months ago
I have this behaviour working in a prototype for v3.x, I hope to get it released early in the new year.
Kind regards,
Chris
On 29 Nov 2023, at 11:10, andrey-yakubovskiy @.***> wrote:
It should be possible to specify multiple group prefixes, e.g. name:abc- name:xyz- to cherry-pick groups for synchronisation. It looks like Google groups API doesn't support this but it can be emulated by making API call per group prefix and then concatenating the results in one group set.
— Reply to this email directly, view it on GitHub https://github.com/awslabs/ssosync/issues/156 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABVULYP3OSNS5ZXSF7K2ZADYG4JZLAVCNFSM6AAAAAA77IYMIKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGAYTMMZUHA4TENQ . You are receiving this because you are subscribed to this thread. https://github.com/notifications/beacon/ABVULYISMODWCTQT23OXUXTYG4JZLA5CNFSM6AAAAAA77IYMIKWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHHQLYK7Y.gif Message ID: @.***>
Hello, I would like to know if there is any update on this.
I'm going to pull this feature forward into v2.2, and is the next deliverable I'm working on. I had to park it for a while due to bugfixes to address changes in an up stream dependancy.
It should be possible to specify multiple group prefixes, e.g.
name:abc-* name:xyz-*
to cherry-pick groups for synchronisation. It looks like Google groups API doesn't support this but it can be emulated by making API call per group prefix and then concatenating the results in one group set.