Island: Remove AWS config options

This commit is contained in:
Shreya Malviya 2022-06-09 14:56:25 -07:00
parent 7f3304d79a
commit bb7bacc56f
2 changed files with 0 additions and 18 deletions

View File

@ -9,7 +9,6 @@ from typing import Any, Dict, List
from jsonschema import Draft4Validator, validators
from common.config_value_paths import (
AWS_KEYS_PATH,
EXPORT_MONKEY_TELEMS_PATH,
LM_HASH_LIST_PATH,
NTLM_HASH_LIST_PATH,
@ -42,9 +41,6 @@ ENCRYPTED_CONFIG_VALUES = [
LM_HASH_LIST_PATH,
NTLM_HASH_LIST_PATH,
SSH_KEYS_PATH,
AWS_KEYS_PATH + ["aws_access_key_id"],
AWS_KEYS_PATH + ["aws_secret_access_key"],
AWS_KEYS_PATH + ["aws_session_token"],
]
SENSITIVE_SSH_KEY_FIELDS = [

View File

@ -15,20 +15,6 @@ INTERNAL = {
},
},
},
"monkey": {
"title": "Monkey",
"type": "object",
"properties": {
"aws_keys": {
"type": "object",
"properties": {
"aws_access_key_id": {"type": "string", "default": ""},
"aws_secret_access_key": {"type": "string", "default": ""},
"aws_session_token": {"type": "string", "default": ""},
},
},
},
},
"island_server": {
"title": "Island server",
"type": "object",