Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conformance tests for BackendTLSPolicy #3138

Open
8 tasks
candita opened this issue Jun 7, 2024 · 1 comment
Open
8 tasks

Conformance tests for BackendTLSPolicy #3138

candita opened this issue Jun 7, 2024 · 1 comment

Comments

@candita
Copy link
Contributor

candita commented Jun 7, 2024

What would you like to be added:
Conformance tests for BackendTLSPolicy. Comment below if you're interested in working on covering any of these areas.

Core Capabilities:

  • Valid BackendTLSPolicy with 1 targetRef/service using CACertificateRef and matching hostname
  • Valid BackendTLSPolicy with 1 targetRef/service using WellKnownCACertificates and matching hostname
  • Invalid: targetRef in different namespace
  • Invalid: both CACertificateRef and WellKnownCACertificates is specified
  • Invalid: hostname doesn't match the hostname in the certificate served by the backend
  • Invalid: SNI hostname invalid - not RFC1123
  • Invalid BackendTLSPolicy performs no default forwarding
  • Invalid: Namespace (of targetRef) not set

Why this is needed:
This is needed in order for BackendTLSPolicy to graduate from v1alpha3 to v1.

@candita
Copy link
Contributor Author

candita commented Jun 7, 2024

cc @whitneygriffith @mlavacca

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant