-
Notifications
You must be signed in to change notification settings - Fork 10
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
Authenticating via REST API #33
Comments
Which examples do you refer to? I would also be very interested in authentication support; unfortunately, I can't invest a lot of time right now, though … |
@dpaetzel I figured it works by just starting mlflow with authentication
changing password ASAP then logging as follow, where I use TOML file to store username and password
|
Awesome, thank you! |
@deyandyankov, could an authorization parameter be considered in the future? This can be an usability upgrade. |
Hi,
in the examples I see that it's possible to pass some dictionary with Authentication token, does that mean authentication is supported? if I dont have basic-auth set, the instance gets hacked. So it would be good to have.
The text was updated successfully, but these errors were encountered: