Cannot contact any KDC for realm 'MYDOMAIN.COM' while getting initial credentials

0

I'm using AzureDevOps and have project with DockerCompose file. While building it locally within working network it looks good. But when I run build (Docker Compose task with Build services action) in AzurePipelines it crashed with error - Cannot contact any KDC for realm 'MYDOMAIN.COM' while getting initial credentials. I assumed that Ubuntu Agent is not configured to work properly with Kerberos. Any suggestions?

KatiukOleg

Posted 2019-06-13T07:25:49.500

Reputation: 1

Are your KDCs actually accessible from the outside? Does the realm have SRV records pointing to KDCs? – user1686 – 2019-06-13T07:29:44.373

I find workaround of that issue. I setup self-hosted agent and run build on it successfully. https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops#install

– KatiukOleg – 2019-06-13T09:41:01.353

No answers