Add flag trustDomain to pilot.#9059
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for all the commit author(s) or Co-authors. If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
b4b17d7 to
8e6dd6b
Compare
Codecov Report
@@ Coverage Diff @@
## release-1.1 #9059 +/- ##
==============================================
+ Coverage 63% 70% +8%
==============================================
Files 561 438 -123
Lines 51937 41196 -10741
==============================================
- Hits 32386 28717 -3669
+ Misses 17691 11092 -6599
+ Partials 1860 1387 -473
Continue to review full report at Codecov.
|
|
CLAs look good, thanks! |
|
/retest |
8e6dd6b to
f19aa83
Compare
|
/retest |
|
/test e2e-mixer-no_auth |
f19aa83 to
19d1c32
Compare
19d1c32 to
a80ada7
Compare
|
/assign @ijsnellf |
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Fix wrong domain name for AuthenticationPolicy_NONE. Co-authored-by: Axel Siebenborn <axel.siebenborn@sap.com>
Issue istio#9313 If the helm templating is changed, the env REFRESH_GOLDEN can be used to update the HelmInject/webhook tests as well as the other pilot tests. Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Julia Plachetka <julia.plachetka@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
…ult of trust-domain from cluster.local to empty Co-authored-by: Jakob Schmid <jakob.schmid@sap.com>
3b125f3 to
82eccca
Compare
|
/retest |
|
/test e2e-mixer-noauth-v1alpha3-v2 |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: axel7born, costinm, myidpt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
Finally we got this merged! Thanks everyone! |
|
@axel7born: The following tests failed, say
DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Add the flag identityDomain to the pilot to make the trust domain for PilotSAN configurable.
This PR is the first part of #8976 and is related to #8661