Igor Borodin

Results 15 comments of Igor Borodin

It gets quite confusing when i try to use `cloudflare_argo_tunnel` resource for managed tunnel and routes for it. So right after tunnel creation i see this in my Zero Trust...

well, if you just look at the code...it takes a name of your host and creates DNS record for it automatically by prepending domain prefix that you attached to the...

please let me know if you need more details on that

so i think there's two options. the simplest one is to setup dnsmasq and route requests for specific domain to ztdns server. and obviously you can automate provisioning of that...

+1 for this. @stevesloka right now we're testing elastic operator and by setting more than 1 master it produces split brain out of the box.

sorry for breaking in, we're also trying to make makisu work in Gitlab, but our case is a bit different: we are running private registry. and when i pass this...

@evelynl94 thanks for the response! i was using 0.1.6. tried latest master branch, still no luck: ```json {"level":"info","ts":1545122036.3965364,"msg":"* Started pushing image gitlab-service.example.internal:8443/devops/docker-vault:c9df2b111014663751e95ea927de51b1fb840a23"} 2018/12/18 08:33:56 Command failure: failed to push image:...

@evelynl94 yeah, Gitlab has it's own magic with registry hosting and nginx on top of it. from the client's perspective there is basic auth and trusted CA for internal domain....

@evelynl94 thanks, looks like ping works! but these https://github.com/uber/makisu/blob/master/lib/registry/client.go#L221 etc. are still http :) ```json {"level":"info","ts":1545170725.7352955,"msg":"* Started pushing image gitlab-service.example.internal:8443/devops/docker-vault:af7823f630ce8f9dde3ea8b81968b41e860a6b61"} 2018/12/18 22:05:29 Command failure: failed to push image: failed to...

@evelynl94 umm there is nothing in logs (that was the first line of error log). can i increase verbosity somehow? plan b would be to capture traffic 🔨