plugin(keycloak): ensure subgroups are fetched from the correct realm (#4054)

Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
Kashish Mittal 2025-06-03 11:45:33 -04:00 committed by GitHub
parent e958f2ff81
commit 66fc757ec4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
---
'@backstage-community/plugin-catalog-backend-module-keycloak': patch
---
ensure subgroups are fetched from the correct realm

View File

@ -216,6 +216,7 @@ export async function processGroupsRecursively(
first: 0,
max: group.subGroupCount,
briefRepresentation: brief,
realm: config.realm,
});
const subGroupResults = await processGroupsRecursively(
kcAdminClient,