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 vsp > releases > public > 2 > 2.9 > <Patch_Version> > 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:
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. By default, the value is set to 2 if not specified
-
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
-
-