Generating passwords for the Azure Api Management Git repository

℡╲_俬逩灬. 提交于 2019-12-11 03:23:09

问题


Azure Api Management has an option to create time-bounded passwords for the integrated git repository.

As part of our VSTS release management, we want to push our changes automatically to this git repository. We don't want to create every month a new git password through the Azure portal.

The publisher portal provides credentials (identifier with primary and secondary key) to generate passwords.

But I can't find any references how to use this. Could somebody give me some insights?


回答1:


You can use the REST api to automate this process to get credentials.

Use REST API Get Git UserId

Then Use REST API Generate Credentials For User to generate the credentials for the user.



来源:https://stackoverflow.com/questions/44843558/generating-passwords-for-the-azure-api-management-git-repository

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