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
fix: remove quotes from basic auth credentials in config
MLflow's basic_auth.ini parser doesn't expect quoted values.
The quote filter was causing the username and password to be
treated as literal strings with quotes, breaking authentication.
Removed | quote filter from adminUsername and adminPassword
in the basic_auth.ini template.
Bump chart version to 0.4.11.
0 commit comments