You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
headers()
method (similar touri()
method) that would set up the right headers formlfget()
andmlfpost()
methods in utils.jlWhat do you think?
The text was updated successfully, but these errors were encountered: