Alex Zhang

Results 408 comments of Alex Zhang

> @tokers do we have an example about how to decode `grpc-status-details-bin` via proto? Nope, we may need a closer look about the encoding rule of it.

1. Try to show us the route configuration, not just say the result. 2. It's not easy to troubleshoot the ETCD slow request via the error log, we also need...

We may extend the oidc plugin in terms of the token position. Just like other auth plugins.

Also, some descriptions of the disorder of route matching are desired, so that we can try to troubleshoot why a request that should hit route A will hit route B.

> > > > 你看上图我的规划路由 A 本来应该访问到 B,但是会访问到了 C D E 感觉像是 host 没匹配到。 我尝试过 指定service 的 host、router 的host,以及他们的优先级都没有解决 2.14 中的错乱。 > > 经过上述操作后,我回滚2.13.1后就恢复正常了。 This is useless for troubleshooting. Could...

We may check if the `conf.expose_headers` exists then set this header.

@tzssangglass I think @nthsky wants to hide the `Access-Control-Allow-Credentials` header?

@nthsky This is really supported and `**` is just treated as normal values (at the code base level). Could you provide the reproduce steps?