Skip to content
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

Azure Service Principal or Managed Identity authentication option for Trigger authentication in azure-pipelines scaler #1529

Open
2 tasks
takis-kapas opened this issue Jan 23, 2025 · 0 comments

Comments

@takis-kapas
Copy link

This affects the azure-pipelines scaler, specifically the "personalAccessTokenFromEnv: "AZP_TOKEN"" due to Microsoft's MFA enforcement mandate.

Microsoft is enforcing MFA for every account authentication, which will affect the Personal Access Token we have been generated for a service account and used in the "personalAccessTokenFromEnv: "AZP_TOKEN"" trigger for Azure Pipeline authentication.

Use-Case

Since we will no longer be able to sign-in to Azure DevOps Services (ADO) with an MFA-enabled service account to generate/update the PAT, are there any plans to include Service Principal or Managed Identity authentication (as an option) for the Trigger Authentication in azure-pipelines scaler?

Specification

  • Service Principal authentication option in Trigger Authentication to Azure DevOps Services (azure-pipelines scaler)
  • Managed Identity authentication option in Trigger Authentication to Azure DevOps Services (azure-pipelines scaler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant