Skip to content

fix azure auth regression in 2.6.0#862

Closed
rdark wants to merge 1 commit intobuchgr:masterfrom
rdark:fix-az-cred-regression
Closed

fix azure auth regression in 2.6.0#862
rdark wants to merge 1 commit intobuchgr:masterfrom
rdark:fix-az-cred-regression

Conversation

@rdark
Copy link
Copy Markdown
Contributor

@rdark rdark commented Sep 18, 2025

changes in 2.6.0 meant that azure blob storage only supported shared key authentication or no authentication: When valid credentials were passed in, and no shared key was present in configuration, this would result in a NewClientWithNoCredential being created, the credentials were ignored

* changes in 2.6.0 meant that azure blob storage only supported shared
  key authentication or no authentication: When valid credentials were
  passed in, and no shared key was present in configuration, this would
  result in a NewClientWithNoCredential being created, the credentials
  were ignored
@mostynb
Copy link
Copy Markdown
Collaborator

mostynb commented Sep 18, 2025

Thanks for the fix (I don't have an azure account to test this with). Landed on the master branch.

I will try to make a 2.6.1 release next week.

@mostynb mostynb closed this Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants