lbonini
03/07/2022, 7:58 PMMLFLOW_TRACKING_INSECURE_TLS
to true
. How am I supposed to declare it? It works only if I export in the terminal and executes kedro run
Galileo-Galilei
03/07/2022, 8:47 PMyaml
#credentials.yml
mlflow_credentials:
MLFLOW_TRACKING_INSECURE_TLS: True
yaml
#mlflow.yml
server:
credentials: mlflow_credentials
lbonini
03/07/2022, 11:14 PM