SDN-4773: Add support for Azure Managed Service Identity authentication#149
SDN-4773: Add support for Azure Managed Service Identity authentication#149kyrtapz wants to merge 1 commit into
Conversation
|
Skipping CI for Draft Pull Request. |
|
@kyrtapz: GitHub didn't allow me to request PR reviews from the following users: kyrtapz. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kyrtapz 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 |
Signed-off-by: Patryk Diak <pdiak@redhat.com>
|
@kyrtapz: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
|
@kyrtapz: This pull request references SDN-4773 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 the "4.17.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@kyrtapz: This pull request references SDN-4773 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 the "4.17.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@kyrtapz: This pull request references SDN-4773 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 the "4.17.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/close |
|
@kyrtapz: Closed this PR. 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. |
Add support for Azure Managed Service Identity authentication.
The PR also reorganizes the requirements around the azure credentials fields.
TODO:
The federated token file is no longer defaulted to the hardcoded path allowing the fallback to MSI.
Need to figure out whether that default value was ever used, if so we need to add a different mechanism to distinguish between workload identity and managed identity.
One option would be to set the
AZURE_FEDERATED_TOKEN_FILEenv in the CNO for self-hosted clusters only. It would mean that self-hosted clusters default to workload identity and hypershift clusters default to managed identity.