-
Notifications
You must be signed in to change notification settings - Fork 273
[backport] cherry-pick commit 15e46da to release-v1.2 #5063
[backport] cherry-pick commit 15e46da to release-v1.2 #5063
Conversation
1493cfa to
cf37976
Compare
|
Could you format the commit/PR title/description specifying the commit that is being backported? Some examples: |
Codecov Report
@@ Coverage Diff @@
## release-v1.2 #5063 +/- ##
================================================
+ Coverage 68.64% 68.65% +0.01%
================================================
Files 220 220
Lines 15944 15941 -3
================================================
Hits 10944 10944
+ Misses 4948 4945 -3
Partials 52 52
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
@nshankar13 should be able to rebase with main to get rid of the G114 and revive lint errors |
2dbc3a9 to
8ccbe7f
Compare
|
@nshankar13 could you confirm if this is the root cause of the issue described in #5042? I can see how that issue could be related to the fix here. |
Fix ingress backend broken SAN (openservicemesh#4914) Fix ingress backend SAN's, which were getting the trust domain appended to the provided SAN. This adds an e2e test to catch that going forward. This also switches the internal builders to use the principal (trust domain appended) vs the identity (no trust domain) Signed-off-by: nshankar13 <[email protected]>
Signed-off-by: nshankar13 <[email protected]>
8ccbe7f to
d5ecde8
Compare
|
@shashankram yes this is the PR that will fix the authenticated principal and trustdomain problem causing the issue in #5042. I believe this fix was made even before release-v1.2 but the commit was missed for cherry-picking. |
Thanks for confirming. Could you reference issue #5042 in your PR description so that it's clear this backport is necessary to fix a bug in release-v1.2. |
keithmattix
left a comment
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.
Approving pending the description change requested by Shashank
|
@shashankram @keithmattix updated PR description. |
Fix ingress backend SAN's, which were getting the trust domain appended to the provided SAN.
This adds an e2e test to catch that going forward.
This also switches the internal builders to use the principal (trust domain appended) vs the identity (no trust domain)
Description: Cherry pick commit 15e46da from PR #4914 to release-v1.2 branch to fix ingressBackend bug.
This will fix #5042, which is a bug in release-v1.2.
Testing done:
Affected area:
Please answer the following questions with yes/no.
Does this change contain code from or inspired by another project?
Is this a breaking change?
Has documentation corresponding to this change been updated in the osm-docs repo (if applicable)?