Skip to content

Commit

Permalink
Add more precise description of maskiing sensitive field names (#40512)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Jul 1, 2024
1 parent 506e9f6 commit dc03889
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ Sensitive field names
When masking is enabled, Airflow will always mask the password field of every Connection that is accessed by a
task.

It will also mask the value of a Variable, or the field of a Connection's extra JSON blob if the name contains
It will also mask the value of a Variable, rendered template dictionaries, XCom dictionaries 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',
'password', 'private_key', 'secret', 'token'). This list can also be extended:

Expand Down

0 comments on commit dc03889

Please sign in to comment.