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
buguse for describing something not working as expectedsecurityuse to identify issue related to securitysolveduse to identify issue that has been solved (must be linked to the solving PR)
Bearer token appears in plaintext in the error log of a worker when connection to a server couldn't be established
request=request)\nrequests.exceptions.ConnectionError: HTTPConnectionPool(host='opencti-server', port=80): Max retries exceeded with url: /graphql (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa65e67b9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))", "taskName": null, "attributes": {"reason": "HTTPConnectionPool(host='opencti-server', port=80): Max retries exceeded with url: /graphql (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa65e67b9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))", "headers": "{'User-Agent': 'pycti/6.4.5', 'Authorization': 'Bearer 11111111-2222-3333-4444-3350638cf469'}"}}
Environment
OS (where OpenCTI server runs): k8s (opencti/platform)
OpenCTI version: 6.4.8
env:
WORKER_LOG_LEVEL: error
The text was updated successfully, but these errors were encountered:
r4zr1
added
bug
use for describing something not working as expected
needs triage
use to identify issue needing triage from Filigran Product team
labels
Jan 23, 2025
r4zr1
changed the title
Bearer token plaintext in error logs of worker
Bearer token plaintext in the error logs of the worker
Jan 23, 2025
r4zr1
changed the title
Bearer token plaintext in the error logs of the worker
Bearer token plaintext in error logs of the worker
Jan 23, 2025
buguse for describing something not working as expectedsecurityuse to identify issue related to securitysolveduse to identify issue that has been solved (must be linked to the solving PR)
Description
Bearer token appears in plaintext in the error log of a worker when connection to a server couldn't be established
request=request)\nrequests.exceptions.ConnectionError: HTTPConnectionPool(host='opencti-server', port=80): Max retries exceeded with url: /graphql (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa65e67b9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))", "taskName": null, "attributes": {"reason": "HTTPConnectionPool(host='opencti-server', port=80): Max retries exceeded with url: /graphql (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa65e67b9d0>: Failed to establish a new connection: [Errno 111] Connection refused'))", "headers": "{'User-Agent': 'pycti/6.4.5', 'Authorization': 'Bearer 11111111-2222-3333-4444-3350638cf469'}"}}
Environment
WORKER_LOG_LEVEL: error
The text was updated successfully, but these errors were encountered: