google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
453 stars 89 forks source link

Add support for AzureCliCredential auth #325

Closed jonathan-greig closed 3 years ago

jonathan-greig commented 3 years ago

Add support for az login style authentication.

LCF currently uses DefaultAzureCredential which supports AzureCliCredential but the GetCredentials function bails out if it doesn't find a credentials file or environment variables.