Skip to content

[release-1.24] fix: configure service-account-issuer in prow CI cluster templates#6290

Merged
k8s-ci-robot merged 2 commits into
kubernetes-sigs:release-1.24from
k8s-infra-cherrypick-robot:cherry-pick-6288-to-release-1.24
May 8, 2026
Merged

[release-1.24] fix: configure service-account-issuer in prow CI cluster templates#6290
k8s-ci-robot merged 2 commits into
kubernetes-sigs:release-1.24from
k8s-infra-cherrypick-robot:cherry-pick-6288-to-release-1.24

Conversation

@k8s-infra-cherrypick-robot
Copy link
Copy Markdown

This is an automated cherry-pick of #6288

/assign mboersma

configure service-account-issuer on workload cluster apiserver in cluster templates to enable workload identity

andyzhangx added 2 commits May 8, 2026 16:20
Set service-account-issuer: ${SERVICE_ACCOUNT_ISSUER} in the base
cluster template (templates/flavors/base/cluster-template.yaml).

This ensures projected service account tokens are signed with a
discoverable issuer URL. The default value falls back to the
kube-apiserver default (https://kubernetes.default.svc.cluster.local),
so existing deployments are unaffected.

When SERVICE_ACCOUNT_ISSUER is set (e.g., to a public OIDC endpoint),
workload identity flows (CSI drivers, pod identity) will work correctly
because AAD can discover and validate the token issuer.

/kind bug
Clarify that if SERVICE_ACCOUNT_ISSUER is unset, kubeadm defaults to
https://kubernetes.default.svc.cluster.local, and explain when users
should set it to their Azure storage container URL.
@k8s-ci-robot k8s-ci-robot added the release-note Denotes a PR that will be considered when it comes time to generate release notes. label May 8, 2026
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels May 8, 2026
Copy link
Copy Markdown
Contributor

@mboersma mboersma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/label tide/merge-method-squash
/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. lgtm "Looks good to me", indicates that a PR is ready to be merged. labels May 8, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

LGTM label has been added.

DetailsGit tree hash: b4fc423c60affe887298f98eafc68ed57bb26d62

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mboersma

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

The pull request process is described 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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 8, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 43.95%. Comparing base (f69aa53) to head (5d6118d).

Additional details and impacted files
@@              Coverage Diff              @@
##           release-1.24    #6290   +/-   ##
=============================================
  Coverage         43.94%   43.95%           
=============================================
  Files               289      289           
  Lines             25351    25351           
=============================================
+ Hits              11141    11143    +2     
+ Misses            13437    13435    -2     
  Partials            773      773           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@k8s-ci-robot k8s-ci-robot merged commit b27ca3c into kubernetes-sigs:release-1.24 May 8, 2026
22 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in CAPZ Planning May 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants