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

Add a test case on input contract validation #3315

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

Conversation

Pushpalanka
Copy link
Collaborator

@Pushpalanka Pushpalanka commented Nov 20, 2024

Confirm the included cases of envoy input format included in Skipper.

HTTP2 headers are not supported yet.
Also below items are not supported though available in the envoy input format.

input.attributes.request.http.protocol == "HTTP/1.1" input.attributes.destination.address.socketAddress.address == "10.25.95.68" input.attributes.destination.address.socketAddress.portValue == 8000 input.attributes.source.address.socketAddress.address == "10.25.95.69" input.attributes.source.address.socketAddress.portValue == 33772 input.attributes.request.http.headers[":authority"] == "example-app"

Signed-off-by: Pushpalanka Jayawardhana <pushpalanka.jayawardhana@zalando.de>
@Pushpalanka Pushpalanka added the minor no risk changes, for example new filters label Nov 20, 2024
Signed-off-by: Pushpalanka Jayawardhana <pushpalanka.jayawardhana@zalando.de>
@Pushpalanka Pushpalanka marked this pull request as ready for review November 20, 2024 16:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor no risk changes, for example new filters
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant