tfsaggregator / aggregator-cli

A new version of Aggregator aiming at Azure DevOps (ex Visual Studio Team Services)
https://tfsaggregator.github.io/
Apache License 2.0
73 stars 32 forks source link

Problems connecting Aggregator Docker to Azure DevOps Server using PAT #291

Open patrick-13x opened 6 months ago

patrick-13x commented 6 months ago

Hi,

I'm having troubles connecting Aggregator Docker to Azure DevOps Server 2022 (on-premises) using PAT as authentication method. I'm running tests using both aggregator-cli from local native system and the same CLI mounted inside the container, and whilst I can connect with logon.ado command from system (although it reports connection succeeded even with a random string as PAT), I cannot connect from docker (VS30063: You are not authorized to access). I followed all the steps for the init of the container, including API keys, DNS name and certificates. WebHooks from Azure DevOps are correctly received and the rules are evaluated, but the response won't come back. I need support.

Thanks

Patrick