Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending support for remote MLFlow server #21

Closed
svilupp opened this issue Jun 27, 2022 · 0 comments · Fixed by #22
Closed

Extending support for remote MLFlow server #21

svilupp opened this issue Jun 27, 2022 · 0 comments · Fixed by #22

Comments

@svilupp
Copy link
Contributor

svilupp commented Jun 27, 2022

I would like to open a conversion about adding support for remote MLFlow server.

User story: As a corporate employee, I'd like to be able to send MLFlow tracking information to our company server to have experiments across all teams in one place.

Feature needed: Adding basic auth or bearer token to the header of the HTTP requests.

1, Would you be interested in adding it? I'm happy to open a PR.
2, What would be the suggested implementation?

Re 2)
I would propose to:

  • extend the MLFlow struct with an auth token in types.jl - add headers() method (similar to uri() method) that would set up the right headers for mlfget() and mlfpost() methods in utils.jl

What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant