kedro-mlflow with expiring token
I need some help to configure the request_header_provider in mlflow.yml.
Today, I have a fully functional Kedro training pipeline for machine learning model, except for the authentication. For the authentication to work, I have to manually:
post a request to https://login.microsoftonline.com/xxxxx/oauth2/token with the appropriated payload
payload={
"grant_type": "password",
...