Limiting pipeline access in Azure DevOps

ELFIGHA, Oussama 0 Reputation points
2024-07-23T19:30:37.74+00:00

I am working on an Azure DevOps project and would like to add a new user to the project. However, I would like to restrict the user's access to code source or my repo while still allowing them to add and edit my pipeline and YAML files. Is there a way to achieve this? Thank you.

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
721 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Marcin Policht 18,015 Reputation points MVP
    2024-07-23T20:00:42.77+00:00

    In short, no (at least I don't see how this would be possible). YAML files are part of the repos


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin