DawidPotgieter / Dynamics-CRM-Binary-Storage-Options

A Dynamics CRM plugin to transparently store attachment binaries outside CRM database. Azure Blob or File storage for instance.
GNU Affero General Public License v3.0
34 stars 15 forks source link

Add option to use SAS Token for authentication to service instead of Access Key #24

Closed MatthewTheRaven closed 3 years ago

MatthewTheRaven commented 3 years ago

Allows the use of a storage account level SAS Token for authentication instead of using the Access Key. This may be desirable for security concerns.

DawidPotgieter commented 3 years ago

Hi Matthew,

Thanks for this one, been meaning to add SAS tokens for a while.

Could I ask one favour please? Need to either update the migration tool to also support SAS tokens, or update the documentation to mention that SAS tokens won't work with it without modification.

Thanks.

MatthewTheRaven commented 3 years ago

Hi Dawid,

I'll go ahead and add it to the migration! It's super helpful to be able to use either option. Look for a pull request in a few days!

-Matt