You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Group manager optimisation: during group enumeration only request the attributes that are needed. (#2240)
## Changes
Group enumeration is expensive: we already have a special code-path when
members are requested while enumerating groups due to API issues. This
PR improves that code-path such that during enumeration only the bare
minimum set of attributes is requested.
### Functionality
- modified existing workflow: `group-migration`
0 commit comments