Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
137 changes: 42 additions & 95 deletions networking/v1alpha3/gateway.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,6 @@ message Server {
// Optional: If specified, only support the specified cipher list.
// Otherwise default to the default cipher list supported by Envoy.
repeated string cipher_suites = 9;

// Optional: If specified, the gateway controllers (with SDS enabled)
// use the specified name as the SDS secret config name to call the SDS
// server, to retrieve the key and certificates. Otherwise, the gateway
// controllers (with SDS enabled) use the first value in the hosts as
// the SDS secret config name to call the SDS server.
string sds_name = 10;
}

// Set of TLS related options that govern the server's behavior. Use
Expand Down
12 changes: 0 additions & 12 deletions networking/v1alpha3/istio.networking.v1alpha3.pb.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3344,11 +3344,6 @@
"name": "cipher_suites",
"type": "string",
"is_repeated": true
},
{
"id": 10,
"name": "sds_name",
"type": "string"
}
]
}
Expand Down
25 changes: 9 additions & 16 deletions python/istio_api/networking/v1alpha3/gateway_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.