Tim Keller

Results 12 comments of Tim Keller

@generalovmaksim The hope would be to add one to `kubernetes_manifest`. Since there is currently not one. This has bitten me quite a few times as well.

I can second this bug, it hit is un production when we last did an update. We managed to catch it quick and reboot but I would expect nats-py to...

I would like to poke the status on this, It is currently making dealing with TLS some what of a pain due to the aforementioned inability to use a proper...

An option here would be to make an external exporter application that scrapes mages metrics endpoints and serves them in open telemetry format. https://github.com/nats-io/prometheus-nats-exporter For an example. This would decouple...

I was actually doing some thinking on this yesterday, I'm wondering if the Subscriptions are just not getting re-instantiated and are being disposed of after a disconnect happens for to...

This is a feature I was expecting nack todo as well as it is how other operators tend to work. Would love to see this implemented!

Would also love to see this get pushed up to mainstream. We have started to build our own images to support our developers workflow and would much prefer a static...

If I'm remembering correctly the solution here was to set `"http-server.process-forwarded=true"` This configuration flag and ensure istio passes the `X-Forwarded-Proto=https` which trino will then respect.

Sadly if authentication is enabled, regardless of istio you MUST have TLS somewhere in the mix for trino to be happy. Where we ended up is we have an Istio...

The method we are using is meant to reduce the complexity here. We have a gateway with a signed https certificate. We use lets encrypt as the provider. The Istio...