Didn’t end up basing the Active Hunter on the passive one

This commit is contained in:
Liz Rice
2019-03-04 14:07:53 +00:00
parent 7296805d58
commit 0f3eac9a12

View File

@@ -286,7 +286,7 @@ class AccessApiServerWithToken(AccessApiServer):
# Active Hunter
@handler.subscribe(ApiServerPassiveHunterFinished)
class AccessApiServerActive(ActiveHunter, AccessApiServer):
class AccessApiServerActive(ActiveHunter):
"""API server hunter
Accessing the api server might grant an attacker full control over the cluster
"""