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

set IP whitelist for passthrough routes #20

Merged
merged 1 commit into from
Jan 11, 2024
Merged

Conversation

therealak12
Copy link
Member

We've been setting ipAllowPolicy only for routes without passthrough TLS termination policy. This PR sets the field for routes that have passthrough TLS termination policy.

This is done by aggregating the whitelists of all the routes with the same FQDN. However, based on experiments and also on the code, it seems the openshift-router doesn't allow multiple route objects with the same FQDN and passthrough termination policy. This should later be investigated. If it's really like that, we can refactor the code.

@therealak12 therealak12 merged commit 50a270a into main Jan 11, 2024
2 checks passed
@therealak12 therealak12 deleted the passthrough-whitelist branch January 11, 2024 06:47
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.

1 participant