Open
Description
Description
We use the WorkspaceClient.permission_migration.migrate_permissions
to migrate permissions:
We pass the batch_size
variable to the size
parameter when calling this method. Together with the while True
it suggest that the API is paginated with each page having a size of 1000
. However, according to the documentation size
limits the amount of permissions that are migrated, it does NOT paginate:
This introduces a bug for groups with above 1000
permission.
I expect that parameter should be removed together with the while
-loop. However, I am not completely sure
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Todo