UNCLASSIFIED - NO CUI

twistlock update to 0.24.0-bb.3

Package Merge Request

Package Changes

https://repo1.dso.mil/big-bang/product/packages/twistlock/-/blob/0.24.0-bb.3/CHANGELOG.md

Package MR

big-bang/product/packages/twistlock!299 (merged)

big-bang/product/packages/twistlock!300 (merged)

big-bang/product/packages/twistlock!301 (merged)

big-bang/product/packages/twistlock!302 (merged)

big-bang/product/packages/twistlock!303 (merged)

For Issue

Closes https://repo1.dso.mil/big-bang/product/packages/twistlock/-/issues/215

Upgrade Notices

A few settings that were previously manually configured through the user interface are now configured with helm values. It is recommended to review your current settings and override as needed to avoid unexpected configuration changes. Note that basic authentication is enabled by default, because prometheus's metrics scraping depends on it. If you don't need those metrics, basic authentication can be disabled.

Helm Value Default Corresponding Setting in Console UI
console.options.intelligence.uploadDisabled true Allow admins and operators to upload logs to Customer Support directly from the Console UI
console.options.scan.scanRunningImages false Only scan images with running containers
console.options.logon.useSupportCredentials false Enable context sensitive help and single sign on to the Prisma Cloud Support site
console.options.logon.requireStrongPassword true Require strong passwords for local accounts
console.options.logon.basicAuthDisabled false Disable basic authentication for the API

Example values for the Big Bang chart:

twistlock:
  values:
    console:
      options:
        intelligence:
          uploadDisabled: true
        scan:
          scanRunningImages: false
        logon:
          useSupportCredentials: false
          requireStrongPassword: true
          basicAuthDisabled: false
Edited by Michael Martin

Merge request reports

Loading