nhartner
nhartner
I'm running into the same issue. Intercepts work on 2.5.8 in a cluster with Istio. 2.6.3 intercepts fail with DeadlineExceeded error.
The troubleshooting guide 2 comments above doesn't have any relevant fixes to this issue.
New property scheme: Simple: ``` "ilpOverHttp.incoming.simple.auth_token": "password", "ilpOverHttp.outgoing.simple.auth_token": "password", "ilpOverHttp.outgoing.url": "http://java1.connector.com/accounts/foo/ilp" ``` JWT HS256 ``` "ilpOverHttp.incoming.jwt.shared_secret": "adsfasdfads", "ilpOverHttp.incoming.jwt.subject": "foo@me", "ilpOverHttp.outgoing.jwt.shared_secret": "adsfasdfads", "ilpOverHttp.outgoing.jwt.subject": "foo@them", "ilpOverHttp.outgoing.jwt.expiryDuration": "pt30m", // 30 minutes "ilpOverHttp.outgoing.url": "http://java1.connector.com/accounts/foo/ilp"...
This looks like a typo: `http://prom/:9091` It should be: `'http://prom:9091'`
It would be great to see this merged. Is there any reason it hasn't been? Not sure who to tag on this but how about it @jonatan-ivanov?
This label restriction is some Prometheus dogma that needs to be reevaluated. Consider how many people are asking for a feature that they would find valuable and which technically is...
This shouldn't be necessary for Xpring wallet because we aren't doing CORS calls to the connector. We used to do CORS calls to Hermes but even that is gone because...
We used zipkin (https://github.com/openzipkin/zipkin) at tZERO and it seemed pretty well integrated with Spring.