Fixed Issues in Streams Messaging Manager

Review the list of Streams Messaging Manager (SMM) issues that are resolved in Cloudera Runtime 7.3.1.

OPSAPS-71258: Kafka, SRM, and SMM cannot process messages compressed with Zstd or Snappy if /tmp is mounted as noexec
The issue is fixed by using JVM flags that point to a different temporary folder for extracting the native library.
CDPD-72543: Security headers are not set for static files in SMM
SMM now applies the following security-related headers to static files:
  • Content-Security-Policy
  • X-XSS-PROTECTION
  • X-Content-Type-Options
  • X-Frame-Options
  • Strict-Transport-Security
CDPD-73643: Unused CM_USER parameter is visible in /cm-configs internal endpoint
The unused CM_USER field has been removed from the /cm-configs internal endpoint
CDPD-70313: KNOX does not send Authentication header on FIPS configuration
KNOX now sends the Authentication header on FIPS clusters.
CDPD-53437: Alert notification messages do not contain an alert cause
In some cases, the resources and the attributes of the resource that triggered the alert were not included in the alert message. Typically, this happened when the alert policy defined a WITH ANY clause. From now on, resources that trigger the alert are always included in the alert message.
CDPD-61516: Anchor links are broken on Knox enabled clusters
Links that appear on the Overview page when hovering over producers, consumers, or partitions are no longer broken on Knox-enabled clusters.