twistlock values.yaml
💣
domain💣
Type: string
"bigbang.dev"
Description: domain to use for virtual service
monitoring.enabled💣
Type: bool
false
Description: Toggle monitoring integration, will create required user if the init job is enabled
istio.enabled💣
Type: bool
false
Description: Toggle istio integration
istio.mtls💣
Type: object
{"mode":"STRICT"}
Default value (formatted)
{
"mode": "STRICT"
}
Description: Default twistlock peer authentication
istio.mtls.mode💣
Type: string
"STRICT"
Description: STRICT = Allow only mutual TLS traffic, PERMISSIVE = Allow both plain text and mutual TLS traffic
istio.console.enabled💣
Type: bool
true
Description: Toggle vs creation
istio.console.annotations💣
Type: object
{}
Default value (formatted)
{}
Description: Annotations for VS
istio.console.labels💣
Type: object
{}
Default value (formatted)
{}
Description: Labels for VS
istio.console.gateways💣
Type: list
["istio-system/main"]
Default value (formatted)
[
"istio-system/main"
]
Description: Gateways for VS
istio.console.hosts💣
Type: list
["twistlock.{{ .Values.domain }}"]
Default value (formatted)
[
"twistlock.{{ .Values.domain }}"
]
Description: Hosts for VS
networkPolicies.enabled💣
Type: bool
false
Description: Toggle network policies
networkPolicies.ingressLabels💣
Type: object
{"app":"istio-ingressgateway","istio":"ingressgateway"}
Default value (formatted)
{
"app": "istio-ingressgateway",
"istio": "ingressgateway"
}
Description: Labels for ingress pods to allow traffic
networkPolicies.controlPlaneCidr💣
Type: string
"0.0.0.0/0"
Description: Control Plane CIDR to allow init job communication to the Kubernetes API. Use kubectl get endpoints kubernetes
to get the CIDR range needed for your cluster
networkPolicies.nodeCidr💣
Type: string
nil
Description: Node CIDR to allow defender to communicate with console. Defaults to allowing “10.0.0.0/8” “172.16.0.0/12” “192.168.0.0/16” “100.64.0.0/10” networks. use kubectl get nodes -owide
and review the INTERNAL-IP
column to derive CIDR range. Must be an IP CIDR range (x.x.x.x/x - ideally a /16 or /24 to include multiple IPs)
imagePullSecrets💣
Type: list
[]
Default value (formatted)
[]
Description: Defines the secrets to use when pulling the container images NOTE: Only first entry in the list will be used for Defender deployment
selinuxLabel💣
Type: string
"disable"
Description: Run Twistlock Console and Defender with a dedicated SELinux label. See https://docs.docker.com/engine/reference/run/#security-configuration
systemd💣
Type: object
{"enabled":false}
Default value (formatted)
{
"enabled": false
}
Description: systemd configuration
systemd.enabled💣
Type: bool
false
Description: option to install Twistlock as systemd service. true or false
console.dataRecovery💣
Type: bool
true
Description: Enables or Disables data recovery. Values: true or false.
console.image.repository💣
Type: string
"registry1.dso.mil/ironbank/twistlock/console/console"
Description: Full image name for console
console.image.tag💣
Type: string
"22.06.179"
Description: Full image tag for console
console.image.imagePullPolicy💣
Type: string
"IfNotPresent"
Description: Pull policy for console image
console.ports.managementHttp💣
Type: int
8081
Description: Enables the management HTTP listener.
console.ports.managementHttps💣
Type: int
8083
Description: Enables the management HTTPS listener.
console.ports.communication💣
Type: int
8084
Description: Sets the port for communication between the Defender(s) and the Console
console.persistence.size💣
Type: string
"100Gi"
Description: Size of Twistlock PVC
console.persistence.accessMode💣
Type: string
"ReadWriteOnce"
Description: Access mode for Twistlock PVC
console.syslogAuditIntegration💣
Type: object
{"enabled":false}
Default value (formatted)
{
"enabled": false
}
Description: Enable syslog audit feature When integrating with BigBang, make sure to include an exception to Gatekeeper and/or Kyverno for Volume Types.
console.disableCgroupLimits💣
Type: bool
false
Description: Controls console container’s resource constraints. Set to “true” to run without limits. See https://docs.docker.com/engine/reference/run/#runtime-constraints-on-resources
console.license💣
Type: string
""
Description: The license key to use. If not specified, the license must be installed manually.
console.runAsRoot💣
Type: bool
false
Description: Run Twistlock Console processes as root (default false, twistlock user account). Values: true or false
console.credentials💣
Type: object
{"password":"change_this_password","username":"admin"}
Default value (formatted)
{
"password": "change_this_password",
"username": "admin"
}
Description: Required if init is enabled. Admin account to use for configuration through API. Will create account if Twistlock is a new install. Otherwise, an existing account needs to be provided.
console.credentials.username💣
Type: string
"admin"
Description: Username of account
console.credentials.password💣
Type: string
"change_this_password"
Description: Password of account
console.additionalUsers💣
Type: list
[]
Default value (formatted)
[]
Description: Additional users to setup. This requires init.enabled
=true
, valid credentials, and a valid license.
console.updateUsers💣
Type: bool
false
Description: Toggles whether to update the additionalUsers
if the user is already created (e.g. on upgrades). This would overwrite the existing user configuration.
console.options.enabled💣
Type: bool
true
Description: Toggle setting all options in this section
console.options.network💣
Type: object
{"container":true,"host":true}
Default value (formatted)
{
"container": true,
"host": true
}
Description: Network monitoring options
console.options.network.container💣
Type: bool
true
Description: Toggle network monitoring of containers
console.options.network.host💣
Type: bool
true
Description: Toggle network monitoring of hosts
console.options.logging💣
Type: bool
true
Description: Toggle logging Prisma Cloud events to standard output
console.options.telemetry💣
Type: bool
false
Description: Toggle sending product usage data to Palo Alto Networks
defender💣
Type: object
{"certCn":"","clusterName":"","collectLabels":true,"cri":true,"dockerListenerType":"","dockerSocket":"","enabled":true,"image":{"repository":"registry1.dso.mil/ironbank/twistlock/defender/defender","tag":"22.06.179"},"monitorServiceAccounts":true,"privileged":false,"proxy":{},"selinux":true,"uniqueHostName":false}
Default value (formatted)
{
"certCn": "",
"clusterName": "",
"collectLabels": true,
"cri": true,
"dockerListenerType": "",
"dockerSocket": "",
"enabled": true,
"image": {
"repository": "registry1.dso.mil/ironbank/twistlock/defender/defender",
"tag": "22.06.179"
},
"monitorServiceAccounts": true,
"privileged": false,
"proxy": {},
"selinux": true,
"uniqueHostName": false
}
Description: Configuration of Twistlock’s container defenders. This requires init.enabled
=true
, valid credentials, and a valid license.
defender.image💣
Type: object
{"repository":"registry1.dso.mil/ironbank/twistlock/defender/defender","tag":"22.06.179"}
Default value (formatted)
{
"repository": "registry1.dso.mil/ironbank/twistlock/defender/defender",
"tag": "22.06.179"
}
Description: Image for Twistlock defender. Leave blank to use twistlock official repo.
defender.image.repository💣
Type: string
"registry1.dso.mil/ironbank/twistlock/defender/defender"
Description: Repository and path for defender image
defender.image.tag💣
Type: string
"22.06.179"
Description: Image tag for defender
defender.clusterName💣
Type: string
""
Description: Name of cluster
defender.collectLabels💣
Type: bool
true
Description: Collect Deployment and Namespace labels
defender.cri💣
Type: bool
true
Description: Use Container Runtime Interface (CRI) instead of Docker
defender.dockerSocket💣
Type: string
""
Description: Path to Docker socket. Leave blank to use /var/run/docker.sock
defender.dockerListenerType💣
Type: string
""
Description: Sets the type of the Docker listener (TCP or NONE)
defender.monitorServiceAccounts💣
Type: bool
true
Description: Monitor service accounts
defender.privileged💣
Type: bool
false
Description: Run as privileged. If selinux
is true
, this automatically gets set to false
defender.proxy💣
Type: object
{}
Default value (formatted)
{}
Description: Proxy settings
defender.selinux💣
Type: bool
true
Description: Deploy with SELinux Policy
defender.uniqueHostName💣
Type: bool
false
Description: Assign globally unique names to hosts
policies💣
Type: object
{"compliance":{"alertThreshold":"medium","enabled":true,"templates":["DISA STIG","NIST SP 800-190"]},"enabled":true,"name":"Default","runtime":{"enabled":true},"vulnerabilities":{"alertThreshold":"medium","enabled":true}}
Default value (formatted)
{
"compliance": {
"alertThreshold": "medium",
"enabled": true,
"templates": [
"DISA STIG",
"NIST SP 800-190"
]
},
"enabled": true,
"name": "Default",
"runtime": {
"enabled": true
},
"vulnerabilities": {
"alertThreshold": "medium",
"enabled": true
}
}
Description: Configures defender policies. This requires init.enabled
=true
, valid credentials, and a valid license.
policies.enabled💣
Type: bool
true
Description: Toggles configuration of defender policies
policies.name💣
Type: string
"Default"
Description: Name to use as prefix to policy rules. NOTE: If you change the name after the initial deployment, you may end up with duplicate policy sets and need to manually cleanup old policies.
policies.vulnerabilities💣
Type: object
{"alertThreshold":"medium","enabled":true}
Default value (formatted)
{
"alertThreshold": "medium",
"enabled": true
}
Description: Vulnerabilitiy policies
policies.vulnerabilities.enabled💣
Type: bool
true
Description: Toggle deployment and updating of vulnerability policies
policies.vulnerabilities.alertThreshold💣
Type: string
"medium"
Description: The minimum severity to alert on
policies.compliance💣
Type: object
{"alertThreshold":"medium","enabled":true,"templates":["DISA STIG","NIST SP 800-190"]}
Default value (formatted)
{
"alertThreshold": "medium",
"enabled": true,
"templates": [
"DISA STIG",
"NIST SP 800-190"
]
}
Description: Compliance policies
policies.compliance.enabled💣
Type: bool
true
Description: Toggle deployment and updating of compliance policies
policies.compliance.templates💣
Type: list
["DISA STIG","NIST SP 800-190"]
Default value (formatted)
[
"DISA STIG",
"NIST SP 800-190"
]
Description: The policy templates to use. Valid values are ‘GDPR’, ‘DISA STIG’, ‘PCI’, ‘NIST SP 800-190’, or ‘HIPAA’
policies.compliance.alertThreshold💣
Type: string
"medium"
Description: If template does not apply, set policy to alert using this severity or higher. Valid values are ‘low’, ‘medium’, ‘high’, or ‘critical’.
policies.runtime.enabled💣
Type: bool
true
Description: Toggle deployment and updating of runtime policies
init💣
Type: object
{"enabled":true,"image":{"imagePullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"}}
Default value (formatted)
{
"enabled": true,
"image": {
"imagePullPolicy": "IfNotPresent",
"repository": "registry1.dso.mil/ironbank/big-bang/base",
"tag": "2.0.0"
}
}
Description: Initialization job. Sets up users, license, container defenders, default policies, and other settings.
init.enabled💣
Type: bool
true
Description: Toggles the initialization on or off
init.image💣
Type: object
{"imagePullPolicy":"IfNotPresent","repository":"registry1.dso.mil/ironbank/big-bang/base","tag":"2.0.0"}
Default value (formatted)
{
"imagePullPolicy": "IfNotPresent",
"repository": "registry1.dso.mil/ironbank/big-bang/base",
"tag": "2.0.0"
}
Description: Initializtion job image configuration
init.image.repository💣
Type: string
"registry1.dso.mil/ironbank/big-bang/base"
Description: Repository and path to initialization image. Image must contain jq
and kubectl
init.image.tag💣
Type: string
"2.0.0"
Description: Initialization image tag
init.image.imagePullPolicy💣
Type: string
"IfNotPresent"
Description: Initialization image pull policy
affinity💣
Type: object
{}
Default value (formatted)
{}
Description: affinity for console pod
nodeSelector💣
Type: object
{}
Default value (formatted)
{}
Description: nodeSelector for console pod
tolerations💣
Type: list
[]
Default value (formatted)
[]
Description: tolerations for console pod
annotations💣
Type: object
{}
Default value (formatted)
{}
Description: annotations for console pod
resources💣
Type: object
{"limits":{"cpu":"250m","memory":"1Gi"},"requests":{"cpu":"250m","memory":"512Mi"}}
Default value (formatted)
{
"limits": {
"cpu": "250m",
"memory": "1Gi"
},
"requests": {
"cpu": "250m",
"memory": "512Mi"
}
}
Description: resources for console pod
openshift💣
Type: bool
false
Description: Toggle to setup special configuration for OpenShift clusters
bbtests.enabled💣
Type: bool
false
Description: Toggle bbtests on/off for CI/Dev
bbtests.cypress.artifacts💣
Type: bool
true
Description: Toggle creation of cypress artifacts
bbtests.cypress.envs💣
Type: object
{"cypress_baseUrl":"http://{{ .Release.Name }}-console.{{ .Release.Namespace }}.svc.cluster.local:8081"}
Default value (formatted)
{
"cypress_baseUrl": "http://{{ .Release.Name }}-console.{{ .Release.Namespace }}.svc.cluster.local:8081"
}
Description: Set envs for use in cypress tests
bbtests.scripts.image💣
Type: string
"registry1.dso.mil/ironbank/stedolan/jq:1.6"
Description: Image to use for script tests
bbtests.scripts.envs💣
Type: object
{"desired_version":"{{ .Values.console.image.tag }}","twistlock_host":"https://{{ .Release.Name }}-console.{{ .Release.Namespace }}.svc.cluster.local:8083"}
Default value (formatted)
{
"desired_version": "{{ .Values.console.image.tag }}",
"twistlock_host": "https://{{ .Release.Name }}-console.{{ .Release.Namespace }}.svc.cluster.local:8083"
}
Description: Set envs for use in script tests