As we reach the end of September 2024, ThreadFix version 3.x on-premises has officially reached its End-of-Life. Therefore, there is no longer support or updates for this version of the product. We have fully transitioned our product and development teams to focus ThreadFix SaaS and migrating all customers over from the on-premises versions. Our Customer Success and Support teams are here to help you in migrating to ThreadFix SaaS and maximizing the value you see from this improved offering from Coalfire. This is the next phase of ThreadFix and our team is looking forward to continuing to support you on this journey.
Private Docker Registry
You will learn
How to install ThreadFix 3.X with a private Docker registry.
Prerequisites
Audience: IT Professional
Difficulty: Intermediate
Time needed: Approximately 10 minutes
Tools required: N/A
Internally developed containers follow the bitnami imageRegistry pattern so all ThreadFix and bitnami images can be set to use a different registry by setting the parameter global.imageRegistry in Helm values.
Other 3rd-party containers used by ThreadFix do not follow this convention and must be manually set per container. The list of images may change from release to release.
Retrieve Images Needed by ThreadFix
If the ThreadFix helm repository has not been installed, add it with the following command:
helm repo add denimgroup https://threadfix-downloads.s3-us-west-2.amazonaws.com/helm/
Update the helm repository.
helm repo update
(Optional) If the above step fails due to firewall rules blocking download, the helm chart may be manually downloaded through a browser:
Navigate to Release Notes page for the version being installed and clicking the “manual download” link.
In the following guide, replace instances of
denimgroup/threadfix
with the name of the tgz file downloaded. Examplethreadfix-3.1.0.tgz
Retrieve the list of images to pull from public docker repositories.
helm template tf denimgroup/threadfix | grep -oE 'image:.*' | sort -u | sed -e 's|image: ||g' -e 's|"||g'
Follow the user’s company’s policies and procedures to add these images to the private docker registry.
Installing with Private Docker Registry
If the user’s private repository is a mirror of public repositories or follows the same naming conventions as public repositories, use the following instructions.
Create myValues dir (if it does not already exist).
Set the name of the private registry (replace
<imageRegistry>
with the appropriate value).Create a registry.yaml file.
Follow standard installation instructions.
Installing with Private Docker Registry and Custom Repository Names
If the user’s private image registry uses different names for repositories, change each repository name to the name of the image being used.
Create myValues dir (if it does not already exist).
Create a repositories.yaml file in the myValues directory with the following content (replace <imageRegistry> with the FQDN of the user’s registry and <imageRepository> with the name of the container's corresponding image).
Finish any other tasks from the Installation Checklist , then Install with Helm.
Using Image Pull Secrets
Create an image pull secret in Kubernetes. Additional information here.
Set the name of the image pull secret in bash.
Create an values file containing the image pull secret.
Finish any other tasks from the Installation Checklist , then Install with Helm.
www.threadfix.it | www.coalfire.com
Copyright © 2024 Coalfire. All rights reserved.
This Information Security Policy is CoalFire - Public: Distribution of this material is not limited.