diff --git a/monkey/tests/data_for_tests/monkey_configs/flat_config.json b/monkey/tests/data_for_tests/monkey_configs/flat_config.json index c1b924439..a20a39a5e 100644 --- a/monkey/tests/data_for_tests/monkey_configs/flat_config.json +++ b/monkey/tests/data_for_tests/monkey_configs/flat_config.json @@ -10,9 +10,6 @@ "PBA_linux_filename": "test.sh", "PBA_windows_filename": "test.ps1", "alive": true, - "aws_access_key_id": "", - "aws_secret_access_key": "", - "aws_session_token": "", "blocked_ips": ["192.168.1.1", "192.168.1.100"], "command_servers": [ "10.197.94.72:5000" diff --git a/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json b/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json index f62cb5dcb..47aef8d69 100644 --- a/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json +++ b/monkey/tests/data_for_tests/monkey_configs/monkey_config_standard.json @@ -41,14 +41,6 @@ "general": { "keep_tunnel_open_time": 60 }, - "monkey": { - "alive": true, - "aws_keys": { - "aws_access_key_id": "", - "aws_secret_access_key": "", - "aws_session_token": "" - } - }, "island_server": { "command_servers": [ "192.168.1.37:5000",