Hi,
I try to create a service endpoint for Octopus Deploy in Azure DevOps.
But it doesn’t work, it say invalid api key, but the same api key work in local.
After some search I found that if I use the browser to create the service endpoint the api key posted is truncated (the last 3 characters are missing).
So I tried to use the az devops cli, I got the following error message :
The String length exceeds maximum limit.
Parameter name: endpoint.Authorization.Parameters[apitoken]
The max length seem to be 32 characters, but the api key length is 35 characters.
Are you aware of this issue ?
Thanks