Skip to content

Commit

Permalink
A trigger might use a connection; make sure we mask passwords (#21207)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3d0c1ae)
  • Loading branch information
malthe authored and ephraimbuddy committed Mar 22, 2022
1 parent 42c3fce commit e92201d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/cli/commands/triggerer_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
@cli_utils.action_logging
def triggerer(args):
"""Starts Airflow Triggerer"""
settings.MASK_SECRETS_IN_LOGS = True
print(settings.HEADER)
job = TriggererJob(capacity=args.capacity)

Expand Down

0 comments on commit e92201d

Please sign in to comment.