Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

shared_key.rb, storage, and tables in feature/arm #19

@veronicagg

Description

@veronicagg

@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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions