You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're in the initial phase of setting up the GitOps Connector in our Kubernetes Cluster.
We're using FluxCD and Azure Repos, which leads me to the question.
What kind of permissions should we grant the Personal Access Token required for the GitOps Connector.
We would love to go with only the minimal amount of permissions instead of everything, but we can't find anything in the documentation related to what kind of permissions the Personal Access Token needs.
Can you extend the documentation with the required permissions for the Azure DevOps PAT?
Notes:
I scanned the repository and compiled a list of the Azure DevOps REST APIs you're using. Based on this list, I found the following scopes are needed.
Update:
I managed to get the status on commits and callback to Azure DevOps pipelines to work with the following permissions:
vso.build_execute vso.code_write vso.code_status
The text was updated successfully, but these errors were encountered:
Hello!
We're in the initial phase of setting up the GitOps Connector in our Kubernetes Cluster.
We're using FluxCD and Azure Repos, which leads me to the question.
What kind of permissions should we grant the Personal Access Token required for the GitOps Connector.
We would love to go with only the minimal amount of permissions instead of everything, but we can't find anything in the documentation related to what kind of permissions the Personal Access Token needs.
Can you extend the documentation with the required permissions for the Azure DevOps PAT?
Notes:
I scanned the repository and compiled a list of the Azure DevOps REST APIs you're using. Based on this list, I found the following scopes are needed.
API list I found:
I wasn't able to find the endpoints in these files in Azures Rest API documentation
Scopes needed to use the APIs:
Update:
I managed to get the status on commits and callback to Azure DevOps pipelines to work with the following permissions:
vso.build_execute vso.code_write vso.code_status
The text was updated successfully, but these errors were encountered: