This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v2-9-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit c7606afa736c64610740a109dc06ed4053824a16
Author: Alif Ruksaithong <[email protected]>
AuthorDate: Sun May 5 17:30:56 2024 +0700

    Fix typo sensitive masking words in docs (#39415)
    
    (cherry picked from commit 4a568d308a3b07883d3238ea3548dafc9192d8b4)
---
 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 9b019dcade..a7d48b20ad 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

Reply via email to