-
Notifications
You must be signed in to change notification settings - Fork 7.8k
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
Make httpbin samples work on OpenShift #47922
Conversation
By using a non privileged port
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.
LGTM, though I might wait for Eric to weigh in too - assume they continue to work fine on other distros?
Co-authored-by: Daniel Hawton <daniel@hawton.org>
I'm seeing nothing that would suggest otherwise in the PR. LGTM as well, agree with @ericvn's weigh in. |
Yeah, I tried on kind as well just to make sure nothing breaks. |
According to Slack, Eric's on vacation :/ |
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.
Tested locally with kind and validated working.
It looks like this might be causing an istio.io test failure in the authentication/authn-ppolicy tests, specifically the last part of https://preliminary.istio.io/latest/docs/tasks/security/authentication/authn-policy/#enable-mutual-tls-per-workload. After setting portLevelMtls to DISABLE, The test result has:
while the page shows:
This occcurs for both the gateway api and istio api versions of the test. |
after this PR, httpbin request python.org always.
|
No description provided.