google / grr

GRR Rapid Response: remote live forensics for incident response
https://grr-doc.readthedocs.io/
Apache License 2.0
4.75k stars 761 forks source link

GRR on single port with Docker deployment #1006

Open Mistic92 opened 1 year ago

Mistic92 commented 1 year ago

Hi, can I run GRR on single port? I want to use Cloudflare Tunnel but it work just with domain name (so 433 port for https) and does not support other ports. For docker deployment I need to have 8000 and 8080 port so I'd need separate domain for admin or client connection but I don't see this option either.

panhania commented 1 year ago

Hi, can I run GRR on single port?

No, I believe we never had such use case and this likely is not going to work.

For docker deployment I need to have 8000 and 8080 port so I'd need separate domain for admin or client connection

Can you clarify this sentence a bit? The client (if we mean the on-host agent) connection should be handled by Fleetspeak (configured separately from GRR itself), so I don't think separate domains are a problem here.