Skip to content

Commit

Permalink
Merge pull request #1 from joel-olazagasti/specify-credentials-masking
Browse files Browse the repository at this point in the history
Specify credentials sanitation
  • Loading branch information
joel-olazagasti authored Jan 20, 2023
2 parents 4b436e0 + c539fa9 commit 2a7e030
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ManagedElementError(enum.Enum):
CANNOT_CONNECT = "cannot_connect"


SANITIZE_KEY_KEYWORDS = ["password", "token", "secret", "ssh_key", "credentials"]
SANITIZE_KEY_KEYWORDS = ["password", "token", "secret", "ssh_key", "credentials_json"]
SANITIZE_KEY_EXACT_MATCHES = ["pat"]

SECRET_MASK_VALUE = "**********"
Expand Down

0 comments on commit 2a7e030

Please sign in to comment.