John Howard
John Howard
I am not sure it makes sense to put header manipulation rules in request authentication. This could be solved with a simple lua filter or wasm plugin to re-write the...
This is no longer there so I think this is obsolete. if we are thinking of adding it back we definitely will need to address the UX
This has been implemented!
Full reproducer: ```yaml apiVersion: networking.istio.io/v1beta1 kind: ServiceEntry metadata: name: httpbin namespace: istio-system spec: hosts: - httpbin.org ports: - number: 80 name: http protocol: HTTP targetPort: 443 resolution: DNS location: MESH_EXTERNAL...
`override_auto_sni_header` seems to just use a different header. We don't want any other header IIUYC?
Tracking in https://github.com/istio/istio/issues/47925
@keithmattix did you fix this?
thanks for starting this! the other PR above was merged and does the same thing so I'll close this.
I put up a prototype in https://github.com/howardjohn/istio/pull/new/istioctl/always-string-reflect. Doesn't fully work but not far off