mlflow icon indicating copy to clipboard operation
mlflow copied to clipboard

Can we access mlflow server which is with https using java api

Open sreerama-naga opened this issue 3 years ago • 2 comments

Hi,

Refering to this, https://mlflow.org/docs/latest/tracking.html#logging-to-a-tracking-server we can set the MLFLOW_TRACKING_SERVER_CERT_PATH variable in python API - to use a cert. I believe this helps in having secure communication with mlflow tracking server which is accessible with https://

Do we have an equivalent with java API to provide cert path? which can help to securely communicate with mlflow tracking server.

Thank you in advance.

sreerama-naga avatar Jun 22 '22 14:06 sreerama-naga

Hi @sreerama-naga, apologies for the delay. Unfortunately, the Java client does not currently expose a Java API to provide a server cert path, though we would absolutely welcome a contribution that extends BasicMlflowHostCreds (https://github.com/mlflow/mlflow/blob/master/mlflow/java/client/src/main/java/org/mlflow/tracking/creds/BasicMlflowHostCreds.java) to support a server cert path. Thank you for using MLflow!

dbczumar avatar Jun 29 '22 23:06 dbczumar

@dbczumar thank you for your response.

sreerama-naga avatar Jul 05 '22 13:07 sreerama-naga

any update on this?

janosszendivarga avatar Aug 09 '23 14:08 janosszendivarga