Agent: Remove AWS fields from sensitive fields

This commit is contained in:
Shreya Malviya 2022-06-09 14:54:41 -07:00
parent 8d4e5173f7
commit 7f3304d79a
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ SENSITIVE_FIELDS = [
"exploit_password_list",
"exploit_user_list",
"exploit_ssh_keys",
"aws_secret_access_key",
"aws_session_token",
]
LOCAL_CONFIG_VARS = ["name", "id", "current_server", "max_depth"]
HIDDEN_FIELD_REPLACEMENT_CONTENT = "hidden"