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
refactor(agent): read boundary log socket path from manifest
Read CODER_BOUNDARY_LOG_SOCKET from manifest.EnvironmentVariables instead
of os.Getenv. This allows the socket path to be configured via coder_env
in the workspace template.
The proxy is now started in handleManifest after the manifest is fetched,
rather than in init() before the manifest is available.
0 commit comments