Skip to content

Commit

Permalink
Fix typo sensitive masking words in docs (#39415)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifnaja committed May 5, 2024
1 parent a61f393 commit 4a568d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4a568d3

Please sign in to comment.