Shriram Sharma
Shriram Sharma
TLS on sidecar proxy implementation always uses http1.1 even when ALPN negotiation during TLS has h2
The current implementation of `TLS on sidecar proxy` does not support h2 even if the TLS ALPN negotiation happens on h2. This is because when building the upstream cluster config,...
The current implementation of a recent feature of [enabling TLS on sidecar proxy](https://github.com/istio/istio/pull/36210) seems to be a little complicated since we are required to disable `mTLS` on the app's port....
Fixes #216 Upgraded the dependent go modules Signed-off-by: Shriram Sharma
**Is your feature request related to a problem? Please describe.** This bug fix https://github.com/istio-ecosystem/admiral/pull/235 was added as a stop-gap approach to a bug that would inadvertently delete the only endpoint...
The admiral build and dev environment works only with Go version
fixes #218 Similar to PR https://github.com/istio-ecosystem/admiral/pull/247
## Description The past week, we encountered an issue where requests were being routed to a terminating pod. This problem was observed in one of our application (`http1.1`) that required...
### Description What does this change do and why? vs based routing: added support for canary and bluegreen [Link to related ISSUE] Thank you!
### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...