We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to setup a self-hosted agent on MacOS, but I want the account to have as few permissions as possible
Steps I've taken
sudo sysadminctl -addUser devops -fullName "Azure DevOps
curl -L -o myagent.tar.gz https://vstsagentpackage.azureedge.net/agent/4.252.0/vsts-agent-osx-x64-4.252.0.tar.gz mkdir ~/myagent && cd ~/myagent tar -xvf ~/myagent.tar.gz ./config.sh
Failed: failed to load /Users/devops/Library/LaunchAgents/vsts.agent.DevOps.DevOps-Mac.DevOps-Mac-mini.plist
I've verified that the devops user has r/w permission on that file
-rw-r--r-- 1 devops staff 994 Mar 12 21:41 /Users/devops/Library/LaunchAgents/vsts.agent.DevOps.DevOps-Mac.DevOps-Mac-mini.plist
I've asked co-pilot and checked the azure agent documentation, but I'm coming up empty. Any other ideas?
dev.azure.com (formerly visualstudio.com)
MacOS 15.3.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your question
I'm trying to setup a self-hosted agent on MacOS, but I want the account to have as few permissions as possible
Steps I've taken
sudo sysadminctl -addUser devops -fullName "Azure DevOps
I've verified that the devops user has r/w permission on that file
I've asked co-pilot and checked the azure agent documentation, but I'm coming up empty. Any other ideas?
Versions
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Operation system
MacOS 15.3.1
Version controll system
No response
Azure DevOps Server Version (if applicable)
No response
The text was updated successfully, but these errors were encountered: