From 4a568d308a3b07883d3238ea3548dafc9192d8b4 Mon Sep 17 00:00:00 2001 From: Alif Ruksaithong Date: Sun, 5 May 2024 17:30:56 +0700 Subject: [PATCH] Fix typo sensitive masking words in docs (#39415) --- docs/apache-airflow/security/secrets/mask-sensitive-values.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/security/secrets/mask-sensitive-values.rst b/docs/apache-airflow/security/secrets/mask-sensitive-values.rst index 9b019dcadedc0..a7d48b20ad3ba 100644 --- a/docs/apache-airflow/security/secrets/mask-sensitive-values.rst +++ b/docs/apache-airflow/security/secrets/mask-sensitive-values.rst @@ -39,7 +39,7 @@ When masking is enabled, Airflow will always mask the password field of every Co task. It will also mask the value of a Variable, or the field of a Connection's extra JSON blob if the name contains -any words in ('access_token', 'api_key', 'apikey','authorization', 'passphrase', 'passwd', +any words in ('access_token', 'api_key', 'apikey', 'authorization', 'passphrase', 'passwd', 'password', 'private_key', 'secret', 'token'). This list can also be extended: .. code-block:: ini