Gokhan
Gokhan
Thank you @CHE1RON. I also created my custom type as a workaround. But getting rid of it, and using the type from the package would be easier :)
> Would you be willing to share your workaround? I experienced some issue in v3.3.0 and could give it a try 😉 Of course. I use this one: ```typescript import...
I think it might be a good addition. I can review if you can create a PR.
You can get route's URL with `c.GetRouteURL()`, however, `*fiber.Ctx` is not available in the template. I have gone the same path as you, and passed the `*fiber.Ctx` to template with...
Here is the diff outputs of `egctl config envoy-proxy cluster` between v1.5.6 and v1.6.0: ``` $ diff 1.6.0.json 1.5.6.json ``` ```diff 93c93,100 < "loadBalancingWeight": 1 --- > "loadBalancingWeight": 1, >...
> what does the SAN on the server cert look like ? you can use something like `openssl x509 -in cert.pem -noout -text ` Do you mean the server that...