KAFKA MODE SWITCH AFTER INSTALLATION
-
Log in to the Master Node
-
If the CMS is running already, stop it using the steps below
-
Log in to the Artifactory site using Virsec-provided credentials from the local machine
-
Navigate to the directory Artifacts>vsp > ReleaseNumber > helm
-
Right-click on the file vsp_cleanup_cms.sh, listed on the page and download it to the local system
-
Log in to the Management Node
-
Copy and execute the downloaded file vsp_cleanup_cms.sh
-
-
To switch the Kafka mode, start the CMS instance using the helm upgrade command and the below options:
-
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
-
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
-
-