Is there a way in Azure DevOps settings to create a Personal Access Tokens (PAT) equivalent that is not associated with a single user?

烈酒焚心 提交于 2021-02-11 13:57:39

问题


If I understand correctly, Personal Access Tokens (PAT) are associated with the user identity logged in (they are within User Settings afterall).

Question: For functional responsibilities that should not be associated with and reliant upon one individual team member's account (ex. automated systems deployments), is there a way to generate non-user contextual PATs?


回答1:


There is no way to create non-user contextual personal access tokens. Personal access tokens are alternate passwords that user can use to authenticate into Azure DevOps.

You can create a service account with proper access, then generate PATs with proper scopes from this service account. So that all team members can use these PATs.



来源:https://stackoverflow.com/questions/60530792/is-there-a-way-in-azure-devops-settings-to-create-a-personal-access-tokens-pat

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!