John Howard

Results 289 issues of John Howard

Hbone tunnels all traffic on port 15008. If a NetPol is port based, this may change behavior. We should add an analyzer to detect this

This has been around for a while but off by default. We should work to stabilize it

**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via emailing [email protected] where the issue will...

bug
help wanted
area/cel

*Title*: During reconnection of Delta XDS subscription, some secrets are never requested *Description*: We are seeing a pretty subtle condition that occurs during our tests. We have had the same...

bug
stale
area/xds

This adds comments to the aliases

size/XS
release-notes-none

size/L
release-notes-none

https://istio.io/docs/reference/config/networking/v1alpha3/destination-rule/#OutlierDetection Under consecutiveErrors: 502, 503, and 504s only, 500 codes will not trigger the outlier detection But in the docs above: For HTTP services, hosts that continually return 5xx errors...

area/networking
kind/docs

**What are you trying to achieve?** In https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/metrics/semantic_conventions/http-metrics.md, http.route is defined as: The matched route (path template in the format used by the respective server framework) `/users/:userID?; {controller}/{action}/{id?}` In our...

https://github.com/rustls/rustls/issues/1540 in rustls provides a mechanism to plug in arbitrary crypto providers. While the in-tree ones only have `ring` and `aws_lc_rs`, mirroring rcgen, there are out of tree providers that...

## Bug Report ### Version tracing v0.1.40 (head of master) ### Platform Linux ### Crates tracing_subscriber ### Description Reproducer: ```rust tracing_subscriber::fmt() // .json() .with_max_level(tracing::Level::TRACE) // .with_current_span(false) .init(); let span1 =...