Skip to content

Commit bee5f1c

Browse files
fix(RHIDP-9113): enable nested groups sync for Keycloak v26
Add `query: ""` to keycloakOrg provider config to fetch all groups including nested subgroups. Signed-off-by: skestwal <skestwal@redhat.com>
1 parent 2645e8b commit bee5f1c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci-scripts/rhdh-setup/template/backstage/app-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ catalog:
2121
clientSecret: ${CLIENT_SECRET}
2222
userQuerySize: 1000
2323
groupQuerySize: 1000
24+
query: ""
2425
schedule:
2526
frequency:
2627
hours: 2
2728
timeout:
28-
minutes: 1
29+
minutes: 10
2930
initialDelay:
3031
minutes: 1
3132
techdocs:

ci-scripts/rhdh-setup/template/keycloak/keycloak-op.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ kind: Subscription
1111
metadata:
1212
name: rhbk-operator
1313
spec:
14-
channel: stable-v26.4
14+
channel: stable-v26.0
1515
name: rhbk-operator
1616
source: redhat-operators
1717
sourceNamespace: openshift-marketplace

0 commit comments

Comments
 (0)