Sep 29 2024 11:06 AM
Hi all
Pipeline permissions: In the first instance of attempting to access a resource, we get a pop up to allow the pipeline to access it. Let's use a repository resource example: We have a pipeline to which we have granted the permission to access a repository.
- If the YAML is placed within the same project as the repository, the permission into the repository is evident from the Pipeline Permissions section https://dev.azure.com/ORG/PROJECT1/_settings/repositories.
- However, if the YAML is not within the same project, it will not be evident in this page.
Somewhere, somehow, ADO knows a pipeline in project Y has permission to access repository in project X (I assume as it does not re-prompts the same permission pop-up a second time).
API:
Sep 29 2024 05:55 PM
Use the following to get the pipeline permission for a repository:
Sep 30 2024 09:27 AM
Oct 05 2024 01:59 PM