MLOS icon indicating copy to clipboard operation
MLOS copied to clipboard

Use token-based authentication instead of the access key in the AzureFlieShareService

Open motus opened this issue 1 year ago • 0 comments
trafficstars

Make AzureFlieShareService class use token-based credential instead of the access key. This PR is part of #777

NOTE:

  • We have to use late initialization of the _share_client to avoid issues with JSON schema validation tests.
  • More PRs will follow:
    • Use to azcopy on the remote VMs instead of mounting the file share using the access key
    • Remove references to "storageAccountKey" from configurations and tests and document the new mechanism

motus avatar Jul 09 '24 00:07 motus