ACCESSING THE APPLICATION
-
Once the environment is installed, access the VSPDefense console using the browser, as shown in the below screenshot. In this case, the host's IP (where the stack is installed) is mapped to cdefense.local domain. The VSPDefense console is accessible via URL http://<IP_Address>/dashboard/.
-
In case of a cloud provider like GCP / AWS / Azure where you're spinning up VMs on the fly you need to map the public IP of the VM in the hosts file of the machine that's accessing the application via the browser.
VSPDEFENSE CONSOLE LOGIN PAGE
Register a new organization by clicking on Don't have an account? Link. This will lead to the Organization registration page.
VSPDEFENSE ORGANIZATION REGISTRATION PAGE
Fill in all the required details like Organization Name, User Name, Email Address, and Password to register the admin/master account for the setup. This will enable the Next action button.
NEXT ENABLED VIEW
Clicking Next will register the organization and Log you in. Once the user is successfully logged in for the first, it will lead to Getting Started Page.
GETTING STARTED PAGE
-
Follow the Getting Started page instructions to install CLI and start using the VSPDefense security stack.
-
Add a new environment variable called SCAN_URL="http://<IP_Address>/dashboard/" (or the whatever is the value for CD_SERVER_HOST in the .env file is). (Varies for Linux and Windows)
OSX/LINUX
Please put the below in your shell profile.
export SCAN_URL="http://cdefense.local"
WINDOWS:
Coming soon
ISSUES DURING DEPLOYMENT
Please reach out to the Cloud Defense support team / your sales rep and we will provide support asap.
Below command captures the logs into file logs.txt in the CloudDefense installation directory
docker compose logs > logs.txt