Skip to main content
Skip table of contents

Cisco Team Sync

  1. It requires the targeted Keycloak Realm already setup along with Keycloak Client.

  1. Create a new namespace named cx-voice if not already present

    CODE
    kubectl create namespace cx-voice
  2. Apply imagePullSecret

    CODE
    kubectl apply -f voice/pre-deployment/registryCredits/ef-imagePullSecret-cx-voice.yaml
  3. Edit the config-map file to configure the values of KeyCloak instance and Finesse Instance.

    File containing all the env variable and their configuration needed to setup sync job: configuration of env variables.

    Make changes in the following file:

    CODE
    vi voice/cisco/cisco-teams-sync/config-map/ef-cisco-team-synchronizer-cm.yaml
  4. Apply config-map and job

    CODE
    kubectl apply -f voice/cisco/cisco-teams-sync/config-map/
    CODE
    kubectl apply -f voice/cisco/cisco-teams-sync/job/

This Cron Job will take 15 minutes to start for the first time. Wait for the cron job to start to login Cisco Agent

See if the cron job has started

CODE
kubectl -n cx-voice get pods
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.