azure devops access log

℡╲_俬逩灬. 提交于 2020-04-18 06:47:06

问题


I am looking to find access logs for azure devops to

1) List time and date of authorized users who have accessed the code repository
2) List the changes made for all of the the repository and by whom
3) Assuage audit fears of unauthorized users downloading the code

Looks like there is auditing capabilities slotted in the roadmap but I need something now. I tried using the azure portals activity logs but I get zero results for azure devops events

Note: we do not use Active Directory integration yet

Any help is greatly appreciated


回答1:


For auditing repo changes, every write operation in source control is part of its history.

For limiting read access, you already know the solution, because you said you aren't using it yet: Azure AD. Limit access to within your organization.

For auditing access, as you said, there is no solution yet, it's on the backlog. The reason it's on the backlog is because there is no way to do it at the moment.



来源:https://stackoverflow.com/questions/53618657/azure-devops-access-log

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