Skip to content

Commit 35782d2

Browse files
authored
Clarify credentialName usage for separate ca secrets (#2692)
Signed-off-by: Faseela K <[email protected]>
1 parent 181d16c commit 35782d2

File tree

8 files changed

+13
-3
lines changed

8 files changed

+13
-3
lines changed

mesh/v1alpha1/istio.mesh.v1alpha1.gen.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.gen.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.pb.html

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/destination_rule.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1099,6 +1099,8 @@ message ClientTLSSettings {
10991099
// following keys and values: `key: <privateKey>`,
11001100
// `cert: <clientCert>`, `cacert: <CACertificate>`.
11011101
// Here CACertificate is used to verify the server certificate.
1102+
// For mutual TLS, `cacert: <CACertificate>` can be provided in the
1103+
// same secret or a separate secret named `<secret>-cacert`.
11021104
// Secret of type tls for client certificates along with
11031105
// ca.crt key for CA certificates is also supported.
11041106
// Only one of client certificates and CA certificate

networking/v1beta1/destination_rule.gen.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/destination_rule.pb.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/destination_rule.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,8 @@ message ClientTLSSettings {
10481048
// following keys and values: `key: <privateKey>`,
10491049
// `cert: <clientCert>`, `cacert: <CACertificate>`.
10501050
// Here CACertificate is used to verify the server certificate.
1051+
// For mutual TLS, `cacert: <CACertificate>` can be provided in the
1052+
// same secret or a separate secret named `<secret>-cacert`.
10511053
// Secret of type tls for client certificates along with
10521054
// ca.crt key for CA certificates is also supported.
10531055
// Only one of client certificates and CA certificate

0 commit comments

Comments
 (0)