Warn 'Authentication failed' (#4117)
This commit is contained in:
committed by
GitHub
parent
82b1045897
commit
4dcc8ed725
@@ -69,7 +69,7 @@ async def messages(
|
|||||||
organization_id = await auth(apikey=apikey, token=token, websocket=websocket)
|
organization_id = await auth(apikey=apikey, token=token, websocket=websocket)
|
||||||
|
|
||||||
if not organization_id:
|
if not organization_id:
|
||||||
LOG.error(
|
LOG.warning(
|
||||||
"Authentication failed.",
|
"Authentication failed.",
|
||||||
browser_session_id=browser_session_id,
|
browser_session_id=browser_session_id,
|
||||||
workflow_run_id=workflow_run_id,
|
workflow_run_id=workflow_run_id,
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ async def stream(
|
|||||||
organization_id = await auth(apikey=apikey, token=token, websocket=websocket)
|
organization_id = await auth(apikey=apikey, token=token, websocket=websocket)
|
||||||
|
|
||||||
if not organization_id:
|
if not organization_id:
|
||||||
LOG.error("Authentication failed.", task_id=task_id, workflow_run_id=workflow_run_id)
|
LOG.warning("Authentication failed.", task_id=task_id, workflow_run_id=workflow_run_id)
|
||||||
return
|
return
|
||||||
|
|
||||||
vnc_channel: VncChannel
|
vnc_channel: VncChannel
|
||||||
|
|||||||
Reference in New Issue
Block a user