Azure Storage Integration not working
When attempting to setup the Azure Storage Integration, I get the following error:
-> github.com/Azure/azure-storage-blob-go/azblob.newStorageError,
/root/go/pkg/mod/github.com/!azure/azure-storage-blob-go@v0.13.0/azblob/zc_storage_error.go:42
===== RESPONSE ERROR (ServiceCode=AuthenticationFailed) =====
Description=Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.
RequestId:<redacted> Time:2021-06-22T08:44:37.2888142Z,
Details: AuthenticationErrorDetail: The MAC signature found in the HTTP request '<redacted>' is not the same as any computed signature.
Server used following string to sign: 'GET x-ms-client-request-id:<redacted> x-ms-date:Tue, 22 Jun 2021 08:44:37 GMT x-ms-version:2019-12-12 /<redacted>/ comp:list include: timeout:61'.
Code: AuthenticationFailed GET https://<redacted>'.blob.core.windows.net?comp=list&include=&timeout=61 Authorization: REDACTED User-Agent: [Azure-Storage/0.13 (go1.14.1; linux)] X-Ms-Client-Request-Id: [<redacted>] X-Ms-Date: [Tue, 22 Jun 2021 08:44:37 GMT] X-Ms-Version: [2019-12-12]
--------------------------------------------------------------------------------
RESPONSE Status: 403 Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature. C
ontent-Length: [742] Content-Type: [application/xml] Date: [Tue, 22 Jun 2021 08:44:36 GMT] Server: [Microsoft-HTTPAPI/2.0] X-Ms-Error-Code: [AuthenticationFailed] X-Ms-Request-Id:
[<redacted>]
I have tested with Credentials that I know works.
Any ideas?
The azure storage integration seems to be fundamentally broken
-
Official comment
Hi,
I would suggest to open a ticket related to your issue. Please make sure you attach the error report as well.
Thank you,
Regards
Comment actions
Please sign in to leave a comment.
Comments
2 comments