📖 Document EKS cross-account role assumption with IRSA - #6188
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
|
|
Welcome @lmilbaum! |
|
Hi @lmilbaum. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the 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-sigs/prow repository. |
|
/label release-note-none |
|
@lmilbaum: The label(s) DetailsIn response to this:
Instructions 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-sigs/prow repository. |
|
/label hold |
|
@lmilbaum: The label(s) DetailsIn response to this:
Instructions 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-sigs/prow repository. |
|
/ok-to-test |
richardcase
left a comment
There was a problem hiding this comment.
I think this looks good @lmilbaum .
I'm off on holiday tomorrow so i won't be able to test it until September. If we could get someone to follow the instructions and confirm they work that would be great.
8b533c4 to
ff2b611
Compare
Co-authored-by: Richard Case <richmcase@gmail.com> Signed-off-by: Liora Milbaum <lmilbaum@gmail.com>
ff2b611 to
a34ef3e
Compare
What type of PR is this?
/kind documentation
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #2105
Special notes for your reviewer:
In response to the review feedback asking for validation of the documented workflow, I added a local test that validates the parts of the documentation we can verify without access to AWS accounts.
The test validates that:
The test is intentionally self-contained and requires no AWS credentials or AWS accounts, so it can run locally and in CI without provisioning cloud resources.
There is an important limitation: this test validates the documentation contract against the CAPA codebase, not the actual AWS behavior. It does not prove that cross-account IAM role assumption or IRSA works end to end between two real AWS accounts.
Full validation of the cross-account IAM/IRSA flow still requires testing the documented procedure against real AWS infrastructure.
AI Usage:
Codex
Checklist:
Release note: