Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
135 changes: 93 additions & 42 deletions networking/v1alpha3/gateway.pb.go

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

5 changes: 5 additions & 0 deletions networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,11 @@ 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: Name of credential to be queried by gateway via secret discovery

@myidpt myidpt Jan 24, 2019

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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) uses the first value in the hosts as the SDS secret config name to call the SDS server.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Thanks!

// service(SDS). If specified, gateway obtains credentials via SDS API calls
// to gateway agent.
string sds_name = 10;
}

// Set of TLS related options that govern the server's behavior. Use
Expand Down
10 changes: 10 additions & 0 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: 5 additions & 0 deletions proto.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3302,6 +3302,11 @@
"name": "cipher_suites",
"type": "string",
"is_repeated": true
},
{
"id": 10,
"name": "sds_name",
"type": "string"
}
]
}
Expand Down
25 changes: 16 additions & 9 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.