File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ deployments:
189189 name: keycloak-realm-import
190190 namespace: keycloak
191191 data:
192- realm-csc .json: |
192+ realm-auth-callout .json: |
193193 {
194194 "id": "auth-callout",
195195 "realm": "auth-callout",
Original file line number Diff line number Diff line change @@ -486,7 +486,8 @@ kubectl get pods -n keycloak --context kind-csc
486486# Check logs
487487kubectl logs -n keycloak -l app.kubernetes.io/name=keycloak --context kind-csc
488488
489- # Check realm import ConfigMap
489+ # Check realm import ConfigMap. The import key is realm-event-bus.json and the
490+ # Keycloak realm inside that file is event-bus.
490491kubectl get configmap keycloak-realm-import -n keycloak --context kind-csc -o yaml
491492
492493# Test token endpoint via external IP using client credentials
File renamed without changes.
Original file line number Diff line number Diff line change @@ -61,12 +61,11 @@ deploy_to_cluster() {
6161echo " Deploying Keycloak Operator to CSC cluster..."
6262
6363if kind get clusters | grep -q " ^csc$" ; then
64- deploy_to_cluster " csc" " ${PROJECT_ROOT} /infra/keycloak/realm-csc .json"
64+ deploy_to_cluster " csc" " ${PROJECT_ROOT} /infra/keycloak/realm-event-bus .json"
6565else
6666 echo " ERROR: CSC cluster not found"
6767 exit 1
6868fi
6969
7070echo " Keycloak Operator deployment complete on CSC cluster"
7171echo " All clusters will use Keycloak at http://172.18.200.1"
72-
You can’t perform that action at this time.
0 commit comments