Skip to content

azure: Use IMDS attested metadata document for node identity#18163

Draft
hakman wants to merge 2 commits intokubernetes:masterfrom
hakman:azure-instance-identity
Draft

azure: Use IMDS attested metadata document for node identity#18163
hakman wants to merge 2 commits intokubernetes:masterfrom
hakman:azure-instance-identity

Conversation

@hakman
Copy link
Copy Markdown
Member

@hakman hakman commented Apr 5, 2026

Replace the resourceID+vmID token with a PKCS7-signed attested metadata document from the Azure IMDS. The authenticator queries the attested document endpoint, and the verifier validates the PKCS7 signature chain, checks the nonce and expiration, then cross-verifies the signed vmId against the Azure API response.

Replace the resourceID+vmID token with a PKCS7-signed attested metadata document from the Azure IMDS. The authenticator queries the attested document endpoint, and the verifier validates the PKCS7 signature chain, checks the nonce and expiration, then cross-verifies the signed vmId against the Azure API response.

Signed-off-by: Ciprian Hacman <[email protected]>
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Apr 5, 2026
@hakman
Copy link
Copy Markdown
Member Author

hakman commented Apr 5, 2026

/test pull-kops-e2e-azure-cni-cilium

@k8s-ci-robot k8s-ci-robot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Apr 5, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign rifelpet for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from olemarkus April 5, 2026 20:06
@k8s-ci-robot k8s-ci-robot added the area/provider/azure Issues or PRs related to azure provider label Apr 5, 2026
@k8s-ci-robot k8s-ci-robot requested a review from zetaab April 5, 2026 20:06
@hakman
Copy link
Copy Markdown
Member Author

hakman commented Apr 6, 2026

/test pull-kops-e2e-azure-cni-cilium

Signed-off-by: Ciprian Hacman <[email protected]>
@hakman
Copy link
Copy Markdown
Member Author

hakman commented Apr 6, 2026

/test pull-kops-e2e-azure-cni-cilium

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@hakman: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kops-e2e-azure-cni-cilium 31832b8 link true /test pull-kops-e2e-azure-cni-cilium

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/provider/azure Issues or PRs related to azure provider cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants