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
Apologies if this is posted in the wrong place, I'm happy to re-post if you can point me in the right direction - it's regarding azureml-mlflow.
The azureml-mlflow plugin currently uses a blank DefaultAzureCredential() call to generate credentials to track ML Flow runs. The DefaultAzureCredential() actually accepts a number of exclude_* arguments to avoid trying to use certain types of credentials.
Not being able to pass those exclude_* arguments to the azureml-mlflow plugin means that in some situations (experienced whilst on a customer-granted Azure hosted VM) it will try to use the machine's managed identity even when we explicitly do not want to.
Are there any plans to make those options available to us using azureml-mlflow?
The text was updated successfully, but these errors were encountered:
Apologies if this is posted in the wrong place, I'm happy to re-post if you can point me in the right direction - it's regarding
azureml-mlflow
.The
azureml-mlflow
plugin currently uses a blankDefaultAzureCredential()
call to generate credentials to track ML Flow runs. TheDefaultAzureCredential()
actually accepts a number ofexclude_*
arguments to avoid trying to use certain types of credentials.Not being able to pass those
exclude_*
arguments to theazureml-mlflow
plugin means that in some situations (experienced whilst on a customer-granted Azure hosted VM) it will try to use the machine's managed identity even when we explicitly do not want to.Are there any plans to make those options available to us using azureml-mlflow?
The text was updated successfully, but these errors were encountered: