The GitHub Actions job "Tests (ARM)" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
89e9f41dd830a01c0b330b44268a2c4022152d8f / Anshu Singh <[email protected]>
Fix sensitive data leak in SparkSubmitOperator truncated templates (#68624)

Spark, Hadoop and Kubernetes config keys use dot or dash separators
(e.g. `spark.hadoop.fs.s3a.bucket.spark.access.key`) which did not match
underscore-style sensitive fields (access_key, secret_key, token) in
SecretsMasker, causing sensitive values to leak in the Rendered Template
view when the conf field was truncated.

Normalize non-word separators to underscores via `re.sub` so dotted/dashed
keys correctly match the sensitive field patterns.

closes: #67459

Co-authored-by: Ash Berlin-Taylor <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/27635002738

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to