dosubot[bot] commented on issue #8535: URL: https://github.com/apache/incubator-devlake/issues/8535#issuecomment-3184205177
<!-- Answer --> Since your PAT has full permissions and the issue persists, it's likely a network or environment problem in AKS. DevLake's Azure DevOps plugin relies on outbound HTTPS access to dev.azure.com, but the default Kubernetes manifests don't configure proxies or network policies—so any firewall, proxy, or DNS restriction at the cluster or organizational level can cause 401 or timeout errors, even with a valid token. Make sure your AKS pods can reach dev.azure.com directly, and if your environment requires a proxy, set the HTTP_PROXY/HTTPS_PROXY variables in your deployment and configure the proxy field in the Azure DevOps connection if needed. You can also test the same connection and token outside AKS (like on a local VM or Docker) to confirm if the issue is cluster-specific. More details on the plugin's authentication and proxy support are in the code and docs: [plugin connection model](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/backend /plugins/azuredevops_go/models/connection.go), [AKS deployment manifest](https://github.com/apache/incubator-devlake/blob/2c15ad880dce830c6512fa58039527cbf4745b8b/devops/deployment/k8s/k8s-deploy.yaml), [Azure DevOps config guide](https://github.com/apache/incubator-devlake-website/blob/e88045fa07c85f566017ad361cca987fb292de84/docs/Configuration/AzureDevOps.md). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/493e3c5a-ad9b-4bd1-9f29-d017aa91be61?feedback_type=other)</sup> [](https://app.dosu.dev/b4e8e847-d479-4541-83a8-d88d83fea5c9/ask?utm_source=githu b) [](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/incubator-devlake/issues/8535) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@devlake.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org