[BUG]: config.sh remove
is unauthenticated when using Tokens
#5107
Labels
config.sh remove
is unauthenticated when using Tokens
#5107
What happened?
We are using dockerized agents in ubuntu for a locally installed ADO server. Multiple agents are organized in docker-compose applications.
Once the compose application is killed (host power cycle or manually) the docker containers of the agents remain in state "Exited". Upon "docker compose up", the agent container starts again, Env-Var AZP_TOKEN_FILE is defined and the file filled by docker secret. So far, so good:
start.sh
is running, tries to register with ADO server, recognizes agent was already registered and callscleanup()
, which tries to "remove" the agent from server viabin/Agent.Listener
. That following call is done with BASIC auth and fails.regardless whether manual or via parameters
error log from Agent:
Versions
vsts-agent-linux-x64-3.248.1
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
Azure DevOps Server (Please specify exact version in the textbox below)
Azure DevOps Server Version (if applicable)
Azure DevOps Server 2022.1 (AzureDevOpsServer_20231109.2)
Operation system
Windows Server
Version controll system
Git
Relevant log output
The text was updated successfully, but these errors were encountered: