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.
Pre-Installing Custom Resource Definitions
You will learn
How to pre-install CustomResourceDefinitions as a Kubernetes admin.
Prerequisites
Audience: IT Professional
Difficulty: Basic
Time needed: Approximately 10 minutes
Tools required:
kubectl
helm
tar
The Kong component of ThreadFix requires CustomResourceDefinitions, CRDs, to function. If the user managing ThreadFix does not have the required permissions to create these resources, they can be installed and administered separately by a cluster admin.
The following must be performed by a user with create customresourcedefinition permissions
Verify that the current user has permission to create customresourcedefinitions:
kubectl auth can-i create customresourcedefinition
Â
If it has not already been performed, add the denimgroup helm repository:
helm repo add denimgroup https://threadfix-downloads.s3-us-west-2.amazonaws.com/helm/
Â
Pull the most recent helm chart for ThreadFix:
helm pull denimgroup/threadfix
Â
Extract the CRDs from the ThreadFix chart:
Â
Apply the CRDs for kong:
After the CRDs have been created on the Kubernetes cluster, the user that will install ThreadFix will need to verify that they have access to create resources under these new CRDs.
The following should be performed by the user who will install ThreadFix
Verify that the user has the ability to create resources for the new CRDs:
A user without create permissions on CRDs can install ThreadFix by following the Install with Helm and appending --skip-crds
 to the helm install command.
Example:Â
helm install tf denimgroup/threadfix -f myValues.yaml --skip-crds
Table of Contents
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.