-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Authentication broken #418
Comments
Could you try updating the azure dependency? |
Can you elaborate a little bit I haven't used go before. Looking at your
code it seems it points to the GitHub of the go azure sdk. And there is no
commit pinning the version.
…On Thu, Aug 10, 2017, 6:10 AM xenolf ***@***.***> wrote:
Could you try updating the azure dependency?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#418 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AA14XnARandHDbncfNmELjmkUfJ7i-Yfks5sWtctgaJpZM4OybjB>
.
|
Run |
Thanks I think that was the issue the vendored versions where too old |
Hi, I don't know too much about golang so maybe I am doing something wrong, but I am not able to fix that problem with I tried this:
How should I compile lego to be able to use it with Azure DNS? Thanks! |
you are not alone. |
@skuda , you need to keep these libraries in sync, not necessarily at master. You can find the matching versions from azure sdk's Github release page. https://github.com/Azure/azure-sdk-for-go/releases |
I verified and they are synced to the glide.lock of azure-sdk-for-go repository. |
@tamalsaha , thank you but I can't get it to work, I tried using version listed here https://github.com/Azure/azure-sdk-for-go/blob/v10.2.1-beta/glide.lock and versions listed here https://github.com/annerajb/rancher-letsencrypt/blob/a324355884ac08223409ffbe31854510c905c06d/vendor.conf I can't get any of those to work, I always get the same error, if someone knows what tags should I be using please let me know! |
Can confirm this is still an issue in release Edit Also tried using the tags from vendor.conf
Tried with
All versions fail with error:
|
This should be fixed now. Could you verify the fix in current master before I push a new release? |
@xenolf can confirm fix on current Thanks! |
When trying to use azure dns it fails with the following:
Error: autorest/azure: Service returned an error. Status=401 Code="AuthenticationFailed" Message="Authentication failed. The 'Authorization' header is missing.""
Any ideas @buckett @xenolf ?
The text was updated successfully, but these errors were encountered: