[WIP] Allow identity domain to be configured in istio#8976
[WIP] Allow identity domain to be configured in istio#8976c0d1ngm0nk3y wants to merge 15 commits intoistio:masterfrom
Conversation
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: If they are not already assigned, you can assign the PR to them by writing 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 |
|
Hi @c0d1ngm0nk3y. Thanks for your PR. I'm waiting for a istio member to verify that this patch is reasonable to test. If it is, they should reply with I understand the commands that are listed here. 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. |
Codecov Report
@@ Coverage Diff @@
## master #8976 +/- ##
=======================================
- Coverage 69% 69% -<1%
=======================================
Files 412 425 +13
Lines 38423 38617 +194
=======================================
+ Hits 26433 26550 +117
- Misses 10740 10860 +120
+ Partials 1250 1207 -43
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
This file seems to be a testing file, if so, put it under testing dir?
pilot/cmd/pilot-agent/main.go
Outdated
There was a problem hiding this comment.
can we put spiffe under security/pkg/... since it's mostly about security feature.
pilot/cmd/pilot-agent/main.go
Outdated
There was a problem hiding this comment.
The name of this func is very confusing. Please rename to something more meaningful.
There was a problem hiding this comment.
And it would be great to have some input/output values for testing purpose.
pilot/cmd/pilot-agent/main.go
Outdated
There was a problem hiding this comment.
Please add comments for what it does.
And when leave a TODO, please add the corresponding person for this TODO.
|
Thanks for the great work. Could you split this PR into smaller ones? It's hard for us to review. |
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ulrich Kramer <u.kramer@sap.com>
Co-authored-by: Ralf Pannemans <ralf.pannemans@sap.com>
This reverts commit 793a43059b699b286e89e5249614ce90bb2db48c.
8e022a3 to
1ae85f0
Compare
|
see comment, this PR has been splitted. |
see issue #8661
Use identity domain parameter to configure spiffe to use a different domain than "cluster.local".