-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[Storage] Better integration of @azure/identity #3944
Comments
I think the idea is that the mainline auth implementations should be in |
SharedKey authentication is one of storage specific. Does |
@XiaoningLiu As far as I know, @bterlson, @daviwil For Track 2 are we planning to support all the older credentials or just Currently |
In first track2 release, we just make the
|
@ramya-rao-a: The storage libraries will continue to provide any credential types that are specific to storage and won't be covered by @XiaoningLiu: I discussed with @schaabs about whether we want to have a base |
Thanks daviwil @jeremymeng Or we can update union type to |
@XiaoningLiu yep, exactly! |
Continue discussion at #3853 (comment).
Storage already have a set of Credential policies that derived from its own
Credential
base type. when we added @azure/identity we have introduced aTokenCredential
which is not compatible with Storage's types. There are changes likeThere might be ways to follow Storage authentication pattern.
The text was updated successfully, but these errors were encountered: