DataDog / KubeHound

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

Graph websocket available over network #125

Open 0xElessar opened 9 months ago

0xElessar commented 9 months ago

Hello.

currently, the docker exposes websocket port over localhost only:

tcp 0 0 127.0.0.1:8182 0.0.0.0:* LISTEN 3691545/docker-prox Could you add an option to make it available over network (0.0.0.0:8182), please?

thanks Rafal

d0g0x01 commented 9 months ago

could you elaborate on the use case here as this may or may not be covered by a future release?

0xElessar commented 9 months ago

hello, yes of course.

Very often we run containers/docker instances on powerful remote machines, while running a client of average laptops. Such use case allows for powerful processing while using a local client viewer to access the graphs.

Remote docker instances based on Linux very often do not have a GUI, or GUI is very limited, difficult to access, so using local instance of windows based viewer is much better experience.

d0g0x01 commented 9 months ago

got it - we are working on a remote server architecture for this type of use case so keep an eye open for future releases. Will close for now as it is already part of an ongoing work stream

d0g0x01 commented 9 months ago

reopening for better tracking :)