Skip to content

Commit

Permalink
[release-1.20] update expected filenames for tls terminating key/secr…
Browse files Browse the repository at this point in the history
…et (#2993)

* update expected filenames for tls terminating key/secret

* add both supported key names

* regenerate protos

---------

Co-authored-by: rob salmond <[email protected]>
  • Loading branch information
istio-testing and rsalmond authored Nov 16, 2023
1 parent e706220 commit 484734c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion networking/v1alpha3/gateway.pb.go

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/gateway.pb.html

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

3 changes: 2 additions & 1 deletion networking/v1alpha3/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ message ServerTLSSettings {
// For gateways running on Kubernetes, the name of the secret that
// holds the TLS certs including the CA certificates. Applicable
// only on Kubernetes. An Opaque secret should contain the following
// keys and values: `key: <privateKey>` and `cert: <serverCert>`.
// keys and values: `tls.key: <privateKey>` and `tls.crt: <serverCert>` or
// `key: <privateKey>` and `cert: <serverCert>`.
// For mutual TLS, `cacert: <CACertificate>` and `crl: <CertificateRevocationList>`
// can be provided in the same secret or a separate secret named `<secret>-cacert`.
// A TLS secret for server certificates with an additional `tls.ocsp-staple` key
Expand Down
3 changes: 2 additions & 1 deletion networking/v1beta1/gateway.pb.go

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

3 changes: 2 additions & 1 deletion networking/v1beta1/gateway.proto
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ message ServerTLSSettings {
// For gateways running on Kubernetes, the name of the secret that
// holds the TLS certs including the CA certificates. Applicable
// only on Kubernetes. An Opaque secret should contain the following
// keys and values: `key: <privateKey>` and `cert: <serverCert>`.
// keys and values: `tls.key: <privateKey>` and `tls.crt: <serverCert>` or
// `key: <privateKey>` and `cert: <serverCert>`.
// For mutual TLS, `cacert: <CACertificate>` and `crl: <CertificateRevocationList>`
// can be provided in the same secret or a separate secret named `<secret>-cacert`.
// A TLS secret for server certificates with an additional `tls.ocsp-staple` key
Expand Down

0 comments on commit 484734c

Please sign in to comment.