Dave Protasowski
Dave Protasowski
One thing I noticed is that auth for certain backends use an API key. To configure OTel clients we would use [`WithHeaders`](https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp#WithHeaders) option to set an `Authorization` header. This API...
> This API key is sensitive so it shouldn't be in the config map but a secret Talking to @Cali0707 - I think a pragmatic approach here is to have...
@Cali0707 > do we have anywhere we are tracking all the knobs No - but there are a ton of knobs. eg. otelhttp knobs are here: https://pkg.go.dev/go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp We could just...
> This would specifically be the queue-proxy, right (since they can already set environment variables on the user containers)? Yup. I believe eventing has scenarios where some infrastructure is dynamic...
cc @houshengbo is this supported via the operator?
hey @EraKin575 just following up on this PR
@Cali0707 that might be a mkdocs specific thing - eg. see: https://gateway-api.sigs.k8s.io/
and see - https://squidfunk.github.io/mkdocs-material/
yeah I agree
One thing I noticed - on the home page the nav (in a compressed view) doesn't show anything.