Skip to content

Commit

Permalink
add missing .*
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal committed Jun 30, 2022
1 parent 4e0a24a commit 4342add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata-ingestion/src/datahub/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,8 @@ def main(**kwargs):
line_wrap=MAX_CONTENT_WIDTH,
truncate_vals=10 * MAX_CONTENT_WIDTH,
suppressed_vars=[
r"password",
r".*secret",
r".*password.*",
r".*secret.*",
r".*key.*",
r".*access.*",
# needed because sometimes secrets are in url
Expand Down

0 comments on commit 4342add

Please sign in to comment.