-
Notifications
You must be signed in to change notification settings - Fork 632
Add allowOrigins configuration to CORSAllowCredentialsBehavior and perform cleanup #4094
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
Conversation
|
@shaneutt I think this should be backported to the v1.4 release branch |
0675ddc to
23a1d7d
Compare
…rform cleanup Signed-off-by: Norwin Schnyder <[email protected]>
23a1d7d to
2228410
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this is conformance test improvements for an experimental feature it seems benign and I'm fine with adding it to the release.
/approve
/milestone v1.4.0
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shaneutt, snorwin The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Thanks @snorwin! /lgtm |
…rform cleanup (#4094) Signed-off-by: Norwin Schnyder <[email protected]>
…rform cleanup (kubernetes-sigs#4094) Signed-off-by: Norwin Schnyder <[email protected]>
What type of PR is this?
/kind bug
/kind cleanup
/area conformance-test
What this PR does / why we need it:
Without any
allowOriginsconfigured, it’s unlikely that any implementation would be able to pass theCORSAllowCredentialsBehaviortest. In addition, I added a more meaningful description and updated the test name and files to match the naming conventions used by other HTTPRouteFilter tests.Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: