Fix style for TLS enum in networking.#690
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Was this added after 1.0.x ? If not - need to test if upgrade works. I suspect this is safe, but not sure. |
|
This was added a couple of weeks ago. |
|
verified that it doesn't exist in 1.0.x |
I don't think this requires any change in Istio code. This is mapped to:
https://www.envoyproxy.io/docs/envoy/latest/api-v2/api/v2/auth/cert.proto
The code here: https://github.com/istio/istio/blob/release-1.1/pilot/pkg/networking/core/v1alpha3/gateway.go#L435 is copying it over, but only referencing the envoy proto.
Let's get this into 1.1 before it ships.