hango-gateway
hango-gateway copied to clipboard
Hango API Gateway, build on Envoy & Istio.
**Is your feature request related to a problem? Please describe.** we need integrate ext auth to hango **Describe the solution you'd like** we can refer to https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ext_authz_filter
**Description** Please provide a description of this PR **Affects** To help us figure out who should review this PR, please put an X in all the areas that this PR...
**Describe the bug** install\helm\hango-gateway\charts\operator-crd\templates\operator-crd.yaml 这个文件中有两个IstioOperator 安装后,在istio-operator中实际处理IstioOperator的顺序可能是hango-gateway在前,hango-istio在后 并且IstioOperator的处理看起来是单线程的 并且gateway-proxy的pod启动依赖istiod,导致等待一段时间后(默认300s,通过istio-operator的WAIT_FOR_RESOURCES_TIMEOUT环境变量配置),直到hango-gateway的IstioOperator状态ERROR后才能启动istiod,此后gateway-proxy的pod才能真正起来 碰到这种情况,只能把hango-gateway的IstioOperator删除后,重新执行helm upgrade **To Reproduce** Steps to reproduce the behavior: helm install --namespace hango-system hango-gateway ./helm/hango-gateway/ **Expected behavior** 有没有办法可以解决这个问题,一次性安装成功? 比如同时并发处理IsitoOperator **Additional context** Add...
**Describe the bug** A clear and concise description of what the bug is. **发布服务时,报错:401 Unauthorized,无法从“K8s注册中心”获取服务列表**。 **组件 hango-api-plane 日志详细信息:** 2021-09-10 16:03:41.703 [http-nio-10880-exec-2] INFO o.h.c.w.i.RequestLogInterceptor ==== uuid:27c61646-f040-440c-a1e2-1033b2a2846e - ----- Request Id: 27c61646-f040-440c-a1e2-1033b2a2846e,...
**Is your feature request related to a problem? Please describe.** Enhance wasm,integrated wasm into hango gateway. **Describe the solution you'd like** If enhance this feature, we can develop plugin by...
Signed-off-by: yutao04 issue:https://github.com/hango-io/hango-gateway/issues/29 **Description** - add local-limiting plugin docs - add local-limiting plugin docs - add referer-restriction plugin docs - add ip-restriction plugin docs **Affects** - [ ] Configuration Infrastructure...
use smartlimit for local limit and cluster limit to enhance hango rate limit
enhance hango gateway docs and examples refs: https://github.com/hango-io/hango-gateway/tree/master/docs refs: https://github.com/hango-io/hango-gateway/tree/master/example