Skip to content

get_mlflow_host_token() does not load token in environment variable. #54

@SDonkelaarGDD

Description

@SDonkelaarGDD

We want to use mlflow-export-import to migrate models between OOS tracking servers in an enterprise setting (at a bank). However, since our tracking servers are both behind oauth2 proxies, support for bearer tokens is essential for us to make it work.

I inspected the code and the reason for this is that the function def get_mlflow_host_token() does not actually loads the token from the environment variable, and hence returns none.

Is this on purpose? Otherwise., I created a PR that fixes the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions