Island: Remove config_users from report

Work being done in issue #1965 makes including config_users in the
report unnecessary.
This commit is contained in:
Mike Salvatore 2022-07-14 07:22:24 -04:00
parent d7a2a35c46
commit 521396ff81
1 changed files with 0 additions and 1 deletions

View File

@ -504,7 +504,6 @@ class ReportService:
report = {
"overview": {
"manual_monkeys": ReportService.get_manual_monkey_hostnames(),
"config_users": config_users,
"config_passwords": config_passwords,
"config_exploits": ReportService.get_config_exploits(),
"config_ips": ReportService.get_config_ips(),