<< PREVIOUS NEXT >> 

 

KAFKA MODE SWITCH AFTER INSTALLATION

  1. Log in to the Master Node

  2. If the CMS is running already, stop it using the steps below

    1. Log in to the Artifactory site using Virsec-provided credentials from the local machine 

    2. Navigate to the directory Artifacts>vsp > ReleaseNumber > helm

    3. Right-click on the file vsp_cleanup_cms.sh, listed on the page and download it to the local system

    4. Log in to the Management Node

    5. Copy and execute the downloaded file vsp_cleanup_cms.sh

  3. To switch the Kafka mode, start the CMS instance using the helm upgrade command and the below options:

    1. Secure Kafka Options: The options are available for Kafka are:

      0: For Unsecure Kafka connection. By default, the value is set to 0 if not specified

      1: For One-way SSL where the Client verifies the server

      2: For Two-way SSL where both the Client and Server verify each other

      1. Sample Usage: The example below depicts One-way SSL configuration:

        helm upgrade vsp-cms ./cms-<RELEASE_VERSION>.tgz --set cloudProvider=eks --set kafka.secureKafkaMode="1" --namespace virsec

         

       

      NOTE:

      If the Probes are of version 2.4.x and below, ensure that only option 0 is used for Kafka. Do not use options 1 or 2. as they are not supported

       

 

<< PREVIOUS NEXT >>