You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like I closed this too soon. SASTokenAuthorizer requires that the SAS token be generated in advance by the caller, which leaves both SAS token generation (and regeneration after expiration) a bit messy. Would be really nice to be able to pass the keyname and key and have SASTokenAuthorizer generate it for each request.
The
azure/auth
package doesn't seem to have support for shared access keys or connection strings. Most of the Azure data plane APIs make use of both.The text was updated successfully, but these errors were encountered: