mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:54:27 +08:00
[Dashboard] Remove token authentication from dashboard (#5888)
This commit is contained in:
committed by
Philipp Moritz
parent
26a724c5e6
commit
235dec8aa3
@@ -465,6 +465,7 @@ class Node(object):
|
||||
"""Start the dashboard."""
|
||||
stdout_file, stderr_file = self.new_log_files("dashboard", True)
|
||||
self._webui_url, process_info = ray.services.start_dashboard(
|
||||
self._ray_params.webui_host,
|
||||
self.redis_address,
|
||||
self._temp_dir,
|
||||
stdout_file=stdout_file,
|
||||
|
||||
Reference in New Issue
Block a user