VSP COMPONENT INSTALLATION IN APPLICATION CONTAINER (CI PHASE)
For VSP Web or VSP Memory, the application base container is transformed into a new container with “-vsp” appended to the name. This transformation is performed by Virsec Deployment Tool (VDT).
-
Log in to the Kubernetes node that has access to the Application image, VSP LFR and VSP CMS
-
Add docker profile for artifacts.virsec.work if it does not exist. When prompted, provide the Virsec-provided Artifactory credentials to log in, by using the below command
-
docker login artifacts.virsec.work
-
-
Add docker profile for customer docker registry if it does not exist
-
docker login <Customer_Docker_Registry_URL>
-
-
Use either Method 1 or Method 2