-
## What happened?
When upgrading to v0.16.0, one of the certificates I have specified in `certificates` stopped being used, and Pomerium now serves a self-signed certificate instead, as added in #2…
-
There are 2 known issues in string encoding and decoding.
The first one is an out-of-range problem that the code below doesn't handle edge cases well:
https://github.com/apache/dubbo-go-hessian2…
-
If we need to decode/encode string/int32_t etc. in different `.cc` files, we need to include the header file in basic_codec either directly or indirectly in the `.cc` files. In this case, some duplica…
-
Java的server和client之间可以相互通信,go的server和client之间可以相互通信;
用dubbo-go-samples的go-lient连接里面的java-server时候报错:Failed to check the status of the service org.apache.dubbo.UserProvider. No provider available for …
-
dubbo协议的传输层框架默认是netty还是mina;官方protocol配置说默认是netty,dubbo://介绍时又说是mina。
http协议Servlet层使用的jetty还是自己的servlet;官方protocol配置说默认是servlet,http://介绍时又说是jetty。
-
https://github.com/apache/dubbo-go-hessian2/blob/07e93979195dcefa9e5c590409cc6d9886cec7cb/.github/workflows/github-actions.yml#L26-L27
Is this intentionally public?
-
1) nohup /usr/bin/docker-compose up > couchers.out 2>&1 &
couchers.out ok
2) yarn start
You can now view couchers-react in the browser.
Local: http://localhost:3000
On Your…
-
Hey!
Today my envoy proxy stopped working after I rebuild my Docker image
I am getting that error using your example:
```
[2020-01-19 03:38:58.528][6][critical][main] [source/server/server.cc:…
-
## What happened?
I have Pomerium installed via Helm chart, and Ingresses like this:
```yaml
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: kubernetes-dashboard
namespac…
-
## Expected Behavior
API call should enforce OPA implicitly using envoy filter.
## Actual Behavior
The call is not going to OPA so rules are not being enforced .
My detailed configuration…