-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix egress mtls origination test #14914
Fix egress mtls origination test #14914
Conversation
😊 Welcome! This is either your first contribution to the Istio documentation repo, or
Thanks for contributing! Courtesy of your friendly welcome wagon. |
content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/index.md
Outdated
Show resolved
Hide resolved
content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/snips.sh
Outdated
Show resolved
Hide resolved
@frankbu Any idea why gencheck is failing? I have no diff locally |
Seems like a go.mod difference:
You can fix it with:
|
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
dc88218
to
fcf2c96
Compare
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
Just a note that the |
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
/test doc.test.profile-demo flake |
did we get this documented as well? |
@@ -21,7 +21,6 @@ set -e | |||
set -u | |||
set -o pipefail | |||
|
|||
source "content/en/docs/tasks/traffic-management/egress/egress-gateway-tls-origination/snips.sh" |
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.
why is this not working anymore? is the exportTo part the only change?
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.
The issue is the the egress gateway mTLS tests used the same setup code but must not use export to. Removing this import breaks the dependency between the workload and gateway mTLS tests
annotations: | ||
"networking.istio.io/exportTo": "." # simulate an external service by not exporting outside this namespace |
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.
this's the only thing different?
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.
Substantively yes
I'm trying to track down where the change occurred and add a release note |
Did you find/create the release note? I don't think that effort needs to hold this PR out, so once the extraneous file is removed, this is ready for merge? |
Signed-off-by: Keith Mattix II <keithmattix@microsoft.com>
@ericvn correct |
The context can be found in istio/istio#50478 |
/test doc.test.profile-demo |
/retest |
Removed the cherry-pick 1.22 label since we don't branch 1.22 until the actual release of 1.22.0. For now, the master branch reflects what will be released in 1.22.0 (and at preliminary.istio.io). |
This should fix the failing test in istio/istio#50040, but we need to make sure we capture the underlying behavior change in a release/upgrade note somewhere.