Skip to content

Azure - fix token retrieval

Type of change

  • Bug Fix
  • Feature
  • PIPELINE FIX

Does this introduce a change in the core logic?

  • NO

Does this introduce a change in the cloud provider implementation, and if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a change that must be documented in the README.md file?

  • [No]

Updates description?

Recently MSFT changed to approach to login in their environments, to be able to use the pipeline properly we need to use client-id based authentication instead of using user-refresh-token based authentication.

Does not close #346 (closed) but it is first step to fix the integration tests.

Edited by Bryan Dawson

Merge request reports