Thanks! Okay so looks like I had a major missunderstanding here. I didn’t know I mandatorily needed to create an own hostname but thought I could just use 127.0.0.1.
Now I understand.
However it still doesn’t work, not sure what I’m missing.
my service-policy looks like this:
╭────────────────────────┬─────────────────┬──────────┬───────────────┬────────────────┬─────────────────────╮
│ ID │ NAME │ SEMANTIC │ SERVICE ROLES │ IDENTITY ROLES │ POSTURE CHECK ROLES │
├────────────────────────┼─────────────────┼──────────┼───────────────┼────────────────┼─────────────────────┤
│ 35hNf3OftxgMNm0cQASCvh │ log.policy.bind │ AllOf │ @log.svc │ @log-server │ │
│ 6SWG7DWs4QU9bJMqICz1H6 │ log.policy.dial │ AllOf │ @log.svc │ #log-clients │ │
╰────────────────────────┴─────────────────┴──────────┴───────────────┴────────────────┴─────────────────────╯
I created intercept.v1 like this:
ziti edge create config log.intercept.v1 intercept.v1 '{"protocols":["tcp"],"addresses":["log.ziti"], "portRanges":[{"low":80, "high":80}]}'