Trigger Azure DevOps Workflows
Jelle den Burger
We are currently looking into this. What would be the preferred method of authentication with meshStack & Azure DevOps?
Thomas Abbe
Jelle den Burger The legacy authentication would use PATs. However, service principals or manged identities are recommended:
https://learn.microsoft.com/en-us/azure/devops/integrate/get-started/authentication/service-principal-managed-identity?view=azure-devops
Since you already support Workfload Identity Federation for Azure Service Principals, I would absolutely go for this. ❤️
And if you enable the same authentication (Workfload Identity Federation) to checkout Azure Devops Git Repos, this would be great!!! ❤️❤️❤️
Thank you
Jelle den Burger
Thomas Abbe: Thanks for the answer, Thomas! We will take this into consideration when building out the feature :-)
Jelle den Burger
Thank you for your feature request! I assume this should work similarly to our GitHub Action Workflow triggering where a pipeline gets executed in Azure DevOps?
C
Christina Kraus
Jelle den Burger Yes exactly!