This message was deleted.
# azure
s
This message was deleted.
p
Ah ok. It doesn’t even accept the storage key for me so instead I’m using the SAS token.
b
it needs STOAKGE_ACCOUNT AND STORAGE_KEY
so that sounds super broken for you then 😕
I will get back to it asap!
I am working on the last parts for the 3.0-beta.3
p
Yeah, using the storage_key env var give access denied.
Thanks a lot Paul. I think I have the current GA version you guys released.
b
yeah I am trying to track down the bug
it's somewhere between us, google/go-cloud ad the azure-storage-sdk
p
I would suspect the problem to be google/go-cloud. Azure Storage APIs (im assuming here) shouldn’t care as long as the token is valid. My thoughts is maybe the something in google/go-cloud is modifying the token in a way that azure storage api is rejecting it
I’ve seen this happen in AD with kerb tokens