The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/spark-dotted-keys-sensitive-data-leak has failed.
Run started by GitHub user anshuksi282-ksolves (triggered by 
anshuksi282-ksolves).

Head commit for run:
e75a18160de0f6cfe33d7a0bacc491f323b30e29 / Anshu Singh <[email protected]>
fix: mask dotted/dashed Spark config keys in should_hide_value_for_key

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.

Fixes #67459

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

With regards,
GitHub Actions via GitBox


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

Reply via email to