-
Bug
-
Resolution: Done
-
Critical
-
3.0.0.GA, 3.0.1.GA
-
None
-
False
-
None
-
False
We fetch all users [1] during migration from CRW to Devspaces.
Unfortunately keycloak returns the very first page of users. It is ~100 users.
All others will be ignored during migration.
There are 2 solutions:
- add `?max=65535` to the request in [1]
- rework script to fetch users by pages