Commit Graph

126 Commits

Author SHA1 Message Date
Liz Rice
1171c8ae20 Merge branch 'master' into access-secrets-hunter 2018-11-06 09:08:14 +00:00
Liz Rice
df5d0bc3f6 Merge pull request #58 from aquasecurity/solve-multi-threading-bug
Solve multi threading bug
2018-10-22 13:34:26 +01:00
oriagmon
951efab5e0 Fixed PR comments. 2018-10-22 11:39:53 +03:00
Ori Agmon
fc0960d3bb Merge branch 'master' into access-secrets-hunter 2018-10-21 12:04:59 +03:00
oriagmon
54da07a73e Cleaned this branch to contain only updated secrets branch without locking 2018-10-21 11:23:30 +03:00
oriagmon
76692a36d7 Finished with the left of the PR comments. 2018-10-21 10:53:50 +03:00
oriagmon
7e324c5374 Fixed safe to change PR comments. the next fixes of these PR would need to be tested 2018-10-21 10:47:48 +03:00
Liz Rice
1eb422c0a6 Merge pull request #52 from aquasecurity/checkEtcdHunter
Etcd hunter
2018-10-17 18:34:33 +01:00
oriagmon
8ede3b4f74 return self.version_evidence --> return self.keys_evidence 2018-10-17 15:54:51 +03:00
oriagmon
26f3878f7c Using stricter locking "policy" 2018-10-17 15:28:18 +03:00
oriagmon
73e533624a Fixed all PR comments! & improved commenting & indenting 2018-10-17 14:57:27 +03:00
oriagmon
c4a81ca6f9 Added proper exception handling 2018-10-17 14:24:07 +03:00
oriagmon
655467c27a Solved hidden exception that stopped program normal run. 2018-10-17 12:53:31 +03:00
oriagmon
87232a12cd Fixed PR: Used the same lock for each variable & changed locks names 2018-10-17 12:36:04 +03:00
oriagmon
a8762a4ada Fixed PR: Used the same lock for each variable & changed locks names 2018-10-17 11:32:50 +03:00
oriagmon
b37ebf0fee Removed note & added parentheses to a return statement condition 2018-10-17 10:44:34 +03:00
Liz Rice
3b1de53c18 Merge pull request #55 from aquasecurity/moveAzureComponentToTypes
Move azure component to types
2018-10-16 21:08:17 +01:00
oriagmon
568e96c2f4 merged with multi-threaded-bug 2018-10-16 17:18:36 +03:00
oriagmon
1b18825b5e Merge branch 'solve-multi-threading-bug' into access-secrets-hunter 2018-10-16 17:16:42 +03:00
ori.agmon
1e4ead93f4 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-16 17:12:42 +03:00
ori.agmon
1f01076cf6 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-16 17:12:42 +03:00
ori.agmon
08f38c623f Had to remove the Azure component form the hunting/aks since it made a circular dependency bug! 2018-10-16 17:12:36 +03:00
ori.agmon
1f9b611237 Fixed all PR comments, just have to change the subscription now.. 2018-10-16 17:12:24 +03:00
ori.agmon
eb5a0a6df2 Removed try & except & added logging 2018-10-16 17:12:24 +03:00
ori.agmon
8a8f2272ec changed subscription 2018-10-16 17:12:24 +03:00
ori.agmon
efd2563e2a Improved description for this hunter 2018-10-16 17:12:24 +03:00
ori.agmon
d3658f2d3d removed the traceback after tested successfully 2018-10-16 17:12:24 +03:00
ori.agmon
5de247b0f5 changed the way im checking how many secrets there are at the default secrets path 2018-10-16 17:12:24 +03:00
ori.agmon
c7b1874dbb changed the way im checking how many secrets there are at the default secrets path 2018-10-16 17:12:24 +03:00
ori.agmon
e66f427f92 access to secrets from within the pod hunter 2018-10-16 17:12:12 +03:00
oriagmon
086a403559 locked variables 2018-10-16 17:03:57 +03:00
oriagmon
229347e9fa Attempting to solve the threading bug, I will do more checking to be sure its gone 2018-10-16 16:53:07 +03:00
ori.agmon
f771da5f5e Added the Azure import to aks.py 2018-10-14 15:25:46 +03:00
ori.agmon
493d7d6d38 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-14 15:24:11 +03:00
ori.agmon
4b466f61c3 Created RunningAsPodEvent
Throw it from hosts.py when running form pod
I was able to subscribe to the RunningAsPodEvent thanks to a Rebased with the branch that fix the circular dependencies bug (moveAzureComponentToTypes branch)
2018-10-14 15:10:14 +03:00
ori.agmon
bff5ce7558 Had to remove the Azure component form the hunting/aks since it made a circular dependency bug! 2018-10-14 15:10:14 +03:00
ori.agmon
b5117fb315 Had to remove the Azure component form the hunting/aks since it made a circular dependency bug! 2018-10-14 14:51:15 +03:00
ori.agmon
0c6de23c65 Fixed all PR comments, just have to change the subscription now.. 2018-10-14 12:00:13 +03:00
ori.agmon
d401ede636 Removed try & except & added logging 2018-10-14 11:50:11 +03:00
ori.agmon
46cbfbc5dc Fixed status code bug & some intending. 2018-10-10 20:10:06 +03:00
ori.agmon
e3d45d5d88 improved comment 2018-10-10 19:12:16 +03:00
ori.agmon
7041280f2c Removed the helpers functions 2018-10-10 19:11:04 +03:00
ori.agmon
29a004239b changed subscription 2018-10-10 18:04:08 +03:00
ori.agmon
c01de32f04 Improved description for this hunter 2018-10-10 11:29:44 +03:00
ori.agmon
bb01d1bad9 removed the traceback after tested successfully 2018-10-10 11:23:49 +03:00
ori.agmon
5efe381451 changed the way im checking how many secrets there are at the default secrets path 2018-10-09 22:21:24 +03:00
ori.agmon
18cbe6c53e changed the way im checking how many secrets there are at the default secrets path 2018-10-09 22:15:28 +03:00
ori.agmon
105bc393da access to secrets from within the pod hunter 2018-10-09 21:51:49 +03:00
ori.agmon
5f5f411aff Added informative description for the EtcdAccessEnabledWithoutAuthEvent event 2018-10-09 21:27:11 +03:00
ori.agmon
28b7910588 Fixed the PR comments :-) 2018-10-08 17:21:29 +03:00