pull AZURE_STORAGE_ACCESS_KEY from env if not provided as arg to AzureSession#2637
Conversation
|
@snowman2 thanks for shepherding the PR through the CI git installation snarl! I have PRs open in another repo that are held up by intermittent problems with the git ppa. |
…2637) (#2643) Co-authored-by: Henry Rodman <[email protected]>
|
Would it be possible to also check the env for a |
Yes I think we could make a similar change to unblock |
|
I'm not sure how, but I was able to get AZURE_STORAGE_CONNECTION_STRING working once I had a valid connection string. It's used prior to |
I believe adding
AZURE_STORAGE_ACCESS_KEYto the credentials in anAzureSessionfollows the authentication logic: useAZURE_CONNECTION_STRINGif available, useAZURE_STORAGE_ACCOUNTandAZURE_STORAGE_ACCESS_KEYunlessAZURE_NO_SIGN_REQUESTis set in which case we only needAZURE_STORAGE_ACCOUTN. I assume that we get away without passing any secrets for S3 authentication becausebotohandles it.resolves #2636