Updated the TODOS list (Only 2 left!)

This commit is contained in:
ori.agmon
2018-10-03 18:34:43 +03:00
committed by oriagmon
parent 5e42246773
commit 1d7120bfe1

View File

@@ -99,10 +99,7 @@ class etcdRemoteAccess(Hunter):
# TODO:
# Read Liz's book & etcd's rest api and check if I've missed important commands to check
# Do we need to add a auth check and remote connection?->>>
# ->>>if we are able to get the version remotely it means there was no auth check and we were able to connect remotely but maybe we should display the no auth event anyway?
# Check why the execute() isn't being called
# Decide if I should move db_keys_write_access to hunting/etcd.py as an active hunter
# Check the etcd hunter on a remote cluster! (currently everything was checked only at 127.0.0.1:2379)
def __init__(self, event):
self.event = event