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

feat: BackendTLSPolicy supports targeting ServiceImport #5451

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

nareddyt
Copy link

What this PR does / why we need it:

BackendTLSPolicy only supports Service and Backend targetRefs, it doesn't support ServiceImport.
This PR adds support for that case.

Which issue(s) this PR fixes:

Fixes #5376

Release Notes: Yes

Signed-off-by: Teju Nareddy <tejunareddy@gmail.com>
@nareddyt nareddyt requested a review from a team as a code owner March 10, 2025 06:05
settings:
- name: httproute/envoy-gateway/httproute-btls/rule/0/backend/0
protocol: HTTP
tls:
Copy link
Author

Choose a reason for hiding this comment

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

This is the key section we are looking for. Previous test run was missing tls without the code changes in this PR.

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

Successfully merging this pull request may close these issues.

BackendTLSPolicy does not support ServiceImport backends
2 participants