-
Notifications
You must be signed in to change notification settings - Fork 333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HOSTEDCP-1542: Implement Workload Identity in Azure for Data Plane Components Part 3 #4587
base: main
Are you sure you want to change the base?
Conversation
@bryan-cox: This pull request references HOSTEDCP-1542 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
Skipping CI for Draft Pull Request. |
@bryan-cox: This pull request references HOSTEDCP-1542 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
@bryan-cox: This pull request references HOSTEDCP-1542 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
✅ Deploy Preview for hypershift-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
94570d0
to
633bfd4
Compare
@bryan-cox: This pull request references HOSTEDCP-1542 which is a valid jira issue. In 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 openshift-eng/jira-lifecycle-plugin repository. |
8ff8ad3
to
588c678
Compare
588c678
to
f15c5d2
Compare
fcf4e21
to
c492543
Compare
@bryan-cox: This pull request references HOSTEDCP-1542 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target either version "4.19." or "openshift-4.19.", but it targets "openshift-4.18" instead. In 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 openshift-eng/jira-lifecycle-plugin repository. |
8de09f7
to
480e240
Compare
Add MSI client IDs related to the data plane to the Azure HostedCluster API for image registry, azure file CSI driver, and azure disk CSI driver . Signed-off-by: Bryan Cox <brcox@redhat.com>
This commit adds flags in the Azure cluster create CLI to support workload identity as the authentication type. Flags added allow the MSI client IDs to be passed in on creation as well as the issuer URL and service account token issue private key. Signed-off-by: Bryan Cox <brcox@redhat.com>
This commit updates some contrib documents related to workload identity to include the latest instructions for setting up workload identity. Signed-off-by: Bryan Cox <brcox@redhat.com>
This commit enables the workload identity e2e flags Signed-off-by: Bryan Cox <brcox@redhat.com>
480e240
to
40d699f
Compare
/retest |
/test e2e-aks |
/hold cancel All prerequisite PRs are merged now. |
/retest-required |
/lgtm |
/retest-required |
/retest |
/retest |
/test images |
@bryan-cox: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
What this PR does / why we need it:
This PR is part 3 of implementing workload identity for Azure HCP for data plane components. Specifically this PR only includes changes to the HO & docs.
The PR for part 4 is - #5361.
Which issue(s) this PR fixes:
Fixes HOSTEDCP-1542
Checklist