Skip to content

Commit 08cf1c1

Browse files
authored
update expected filenames for tls terminating key/secret (#2939)
* update expected filenames for tls terminating key/secret * add both supported key names * regenerate protos
1 parent 419f9a3 commit 08cf1c1

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

networking/v1alpha3/gateway.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/gateway.pb.html

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1alpha3/gateway.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ message ServerTLSSettings {
684684
// For gateways running on Kubernetes, the name of the secret that
685685
// holds the TLS certs including the CA certificates. Applicable
686686
// only on Kubernetes. An Opaque secret should contain the following
687-
// keys and values: `key: <privateKey>` and `cert: <serverCert>`.
687+
// keys and values: `tls.key: <privateKey>` and `tls.crt: <serverCert>` or
688+
// `key: <privateKey>` and `cert: <serverCert>`.
688689
// For mutual TLS, `cacert: <CACertificate>` and `crl: <CertificateRevocationList>`
689690
// can be provided in the same secret or a separate secret named `<secret>-cacert`.
690691
// A TLS secret for server certificates with an additional `tls.ocsp-staple` key

networking/v1beta1/gateway.pb.go

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networking/v1beta1/gateway.proto

+2-1
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ message ServerTLSSettings {
684684
// For gateways running on Kubernetes, the name of the secret that
685685
// holds the TLS certs including the CA certificates. Applicable
686686
// only on Kubernetes. An Opaque secret should contain the following
687-
// keys and values: `key: <privateKey>` and `cert: <serverCert>`.
687+
// keys and values: `tls.key: <privateKey>` and `tls.crt: <serverCert>` or
688+
// `key: <privateKey>` and `cert: <serverCert>`.
688689
// For mutual TLS, `cacert: <CACertificate>` and `crl: <CertificateRevocationList>`
689690
// can be provided in the same secret or a separate secret named `<secret>-cacert`.
690691
// A TLS secret for server certificates with an additional `tls.ocsp-staple` key

0 commit comments

Comments
 (0)