A helm chart for MITRE SAF Vulcan, a web application to streamline the development of STIGs from SRGs.
You will need to have the following installed to run the chart locally:
-
Clone this repo
git clone https://github.com/mitre/vulcan-helm.git
-
cd into
vulcan-helm
directorycd vulcan-helm
Vulcan can be configured in few different ways with a set of environment variables. The default Vulcan environment variables are provided in env/vulcanconfig.yaml
. You can edit those variables depending on your needs. Check Vulcan documentation for more details on Vulcan config.
In addition to setting the environment variables, you can also edit the values.yaml
file to configure other settings like enabling ingress, autoscalling, database persistence, etc..
- Make sure that your kubernetes local distribution is running and that
kubectl
can connect to the cluster. - Run the
start_vulcan.sh
script to install the helm chart. - Follow the instructions on the terminal to access Vulcan on the browser.
Note:
The start_vulcan
script will generate some secrets [ SECRET_KEY_BASE
, POSTGRES_PASSWORD
, DATABASE_URL
, CIPHER_PASSWORD
, CIPHER_SALT
]
necessary to run Vulcan, a Ruby on Rails app.