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
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
I was just looking at: azure/lib/azure/core/auth/shared_key.rb
One issue I spotted is that it doesn't handle secondary accounts. The docs say "foo-secondary" should just be "foo" for the canonical name. This is just a matter of changing "account" to account.split("-").first.
But also, it looks like it always assumes file, glob and file services, based on the headers set in the signable_string method. It should be different for tables, right?
The text was updated successfully, but these errors were encountered:
@yaxia have you looked into this further? otherwise, we haven't addressed the issue, and it was moved to "backlog". @yaxia if you believe this is not a problem anymore, please comment and close. thanks!
@djberg96 Moving issue Azure/azure-sdk-for-ruby#287 to asm-core repo:
I was just looking at: azure/lib/azure/core/auth/shared_key.rb
One issue I spotted is that it doesn't handle secondary accounts. The docs say "foo-secondary" should just be "foo" for the canonical name. This is just a matter of changing "account" to account.split("-").first.
But also, it looks like it always assumes file, glob and file services, based on the headers set in the signable_string method. It should be different for tables, right?
The text was updated successfully, but these errors were encountered: