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

Simplify hostname validation for HTTPRoute #504

Merged
merged 1 commit into from
Mar 23, 2023

Conversation

pleshakov
Copy link
Contributor

Commit 52fab05 added HTTPRoute validation, which included both data-plane agnostic and data-plane specific (NGINX) rules for hostnames.

After recent team discussion, we concluded that the data-plane specific rules are not needed, as the agnostic rules provide sufficient validation and ensure support across data planes.

@pleshakov pleshakov requested a review from a team as a code owner March 23, 2023 21:18
@github-actions github-actions bot added the chore Pull requests for routine tasks label Mar 23, 2023
@pleshakov pleshakov added the area/httproute/core Relates to all Core features of HTTPRoute label Mar 23, 2023
Commit 52fab05 added HTTPRoute validation, which included both
data-plane agnostic and data-plane specific (NGINX) rules for hostnames.

After recent team discussion, we concluded that the data-plane specific
rules are not needed, as the agnostic rules provide sufficient
validation and ensure support across data planes.
@pleshakov pleshakov force-pushed the chore/simplify-hostname-validation branch from 646668a to 00c3978 Compare March 23, 2023 21:21
@pleshakov pleshakov merged commit 8148d81 into main Mar 23, 2023
@pleshakov pleshakov deleted the chore/simplify-hostname-validation branch March 23, 2023 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/httproute/core Relates to all Core features of HTTPRoute chore Pull requests for routine tasks
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants