modifies an az login command invoked from the e2e tests to use a federated token when available instead of always trying to use a service principal password.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/kubernetes-sigs/cloud-provider-azure/blob/release-1.28/OWNERS)~~ [nilo19]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
What type of PR is this?
/kind cleanup /kind failing-test
What this PR does / why we need it:
This PR
az login
command invoked from the e2e tests to use a federated token when available instead of always trying to use a service principal password.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: