This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v2-11-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v2-11-test by this push:
new a260fb7dea1 Add proxy values to be masked by secrets manager (#61906)
a260fb7dea1 is described below
commit a260fb7dea113eadccdce80f2d0c0c6440d12b13
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Feb 14 13:27:12 2026 +0100
Add proxy values to be masked by secrets manager (#61906)
---
airflow/utils/log/secrets_masker.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/airflow/utils/log/secrets_masker.py
b/airflow/utils/log/secrets_masker.py
index e15b2cf0aac..a8153e15183 100644
--- a/airflow/utils/log/secrets_masker.py
+++ b/airflow/utils/log/secrets_masker.py
@@ -65,6 +65,8 @@ DEFAULT_SENSITIVE_FIELDS = frozenset(
"passwd",
"password",
"private_key",
+ "proxy",
+ "proxies",
"secret",
"token",
"keyfile_dict",