DataDog / KubeHound

Kubernetes Attack Graph
https://kubehound.io
Apache License 2.0
703 stars 36 forks source link

Adding grpc client #181

Closed jt-dd closed 2 months ago

jt-dd commented 3 months ago

Adding the grpc client features to kubehound:

Two options have been added:

Since this option is shared by 2 sub commands (ingest and dump cloud), we are using the PreRunE tricks to register the same 2 flags on runtime instead of init time. Cobra does not support this for the moment:

Another option has been added to the main command --debug to activate debugging mode.

Notes:

Minosity-VR commented 3 months ago

After testing: