Azure Devops and I need to upload a package to a feed in Azure Artifacts (a feed is like a nexus), the package is a maven project, and the Azure documentation says that I need to generate a Personal Access Token (PAT) to upload and download it but as I need to do it from a pipeline and then install it in all projects that will use that maven, I don't want to generate the PAT from my user... what is best practice? create it from a new user only for that or Azure have any other way to do it? because i can't find anything about it
https://cloudinvent.com/blog/how-to-do-assumerole-in-azure/
i think thats not the problem, i only have 1 account, and i still need a token
Don't use pat. You're sensing it right. I did it by changing the rights of the role associated to the pipeline. I don't remember the names and the details, I hate that crap of azure devops
did you mean this, right? https://learn.microsoft.com/en-us/azure/devops/artifacts/feeds/feed-permissions?view=azure-devops#pipelines-permissions
ok, thank you
Обсуждают сегодня