Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using UDS for communication in debugger #1258

Open
tinglongliao-db opened this issue Jul 18, 2024 · 0 comments
Open

Using UDS for communication in debugger #1258

tinglongliao-db opened this issue Jul 18, 2024 · 0 comments

Comments

@tinglongliao-db
Copy link

IIUC, the current debugpyClient communicates with debugpy via a TCP connection. However, due to security limitations in our use case, we are unable to use network sockets for the communication.

I understand debugpy currently only supports TCP connections, but I have proposed an issue for debugpy to accept UDS as well(link). If they are onboard with this, can we update ipykernel logic to use UDS instead of TCP? Or will there be any concerns there?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant