Skip to content

Commit 17db03d

Browse files
committed
fix(csa-362): add log line to confirm IdentityEndpoint bulk resolution is active
1 parent f913b26 commit 17db03d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • samples/packages/admin-export/src/main/kotlin/com/atlan/pkg/ae/exports

samples/packages/admin-export/src/main/kotlin/com/atlan/pkg/ae/exports/Users.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ class Users(
5555
logger.info { "Fetched ${allUsers.size} users. Resolving group memberships via IAM API..." }
5656

5757
// Bulk-fetch group memberships — ~120 Redis calls instead of 60K Keycloak calls
58+
logger.info { "Resolving group memberships via IdentityEndpoint (bulk IAM API)..." }
5859
val userGroupsMap = ctx.client.identity.getUserGroups(allUsers.mapNotNull { it.id })
5960

6061
// Collect all unique group IDs seen across all users, then resolve aliases in bulk

0 commit comments

Comments
 (0)