Fortify SSC📜
This repository contains a Helm chart to deploy Fortify Software Security Center (SSC) using a passthrough pattern with the upstream helm-ssc chart as a subchart. The chart includes BigBang-specific integrations while minimizing modifications to the upstream implementation.
Prerequisites📜
The following items are required before deploying Fortify from this repository:
- A running Kubernetes cluster
- Helm
- Valid Fortify license (added to
fortify_licensein values) - Optional: External MySQL database (otherwise uses included MySQL subchart)
Note: Keystores and secrets are now automatically generated by a pre-install Job
Quickstart📜
To get Fortify running quickly, we recommend using the same configuration as our test environment.
Deploy Fortify using the test configuration, but disable Istio:
# Deploy fortify
helm upgrade -i -n fortify --create-namespace -f ./tests/test-values.yaml --set istio.enabled=false fortify ./chart