-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Fix same-user check and add flag to disable it #1839
Conversation
aarzilli
commented
Jan 20, 2020
When checking if the user is allowed to connect to this Delve instance also search IPv6 connections even though the local address is IPv4. Fixes go-delve#1835
cc @nd @stapelberg |
Looks like GoLand uses IPv4-mapped addresses: #1835 (comment) |
Thanks for the option! Tested without it - connection works fine as well. |
Would it be possible to include this fix into 1.4.0 release? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@nd merged, and will be included in 1.4.0. |
* service: also search IPv6 connections when checking user When checking if the user is allowed to connect to this Delve instance also search IPv6 connections even though the local address is IPv4. Fixes go-delve#1835 * cmd: add flag to disable same-user check Fixes go-delve#1835
* service: also search IPv6 connections when checking user When checking if the user is allowed to connect to this Delve instance also search IPv6 connections even though the local address is IPv4. Fixes go-delve#1835 * cmd: add flag to disable same-user check Fixes go-delve#1835