Skip to content
New issue

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

support authenticating with a service principal in Linux #14154

Merged
merged 3 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add comment about use of a service principal token for the Docker agent
  • Loading branch information
afeld committed Oct 21, 2024
commit e588588a1fd0211dc996bcbdf9e53ba814685bdd
1 change: 1 addition & 0 deletions docs/pipelines/agents/docker.md
Original file line number Diff line number Diff line change
@@ -378,6 +378,7 @@ Next, create the Dockerfile.

print_header "3. Configuring Azure Pipelines agent..."

# Despite it saying "PAT", it can be the token through the service principal
./config.sh --unattended \
--agent "${AZP_AGENT_NAME:-$(hostname)}" \
--url "${AZP_URL}" \