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

[Java] Use local ip to fix security popups instead of public ip. #19702

Closed
jovany-wang opened this issue Oct 25, 2021 · 3 comments
Closed

[Java] Use local ip to fix security popups instead of public ip. #19702

jovany-wang opened this issue Oct 25, 2021 · 3 comments
Assignees
Labels
enhancement Request for new feature and/or capability P2 Important issue, but not time-critical
Milestone

Comments

@jovany-wang
Copy link
Contributor

jovany-wang commented Oct 25, 2021

No description provided.

@jovany-wang jovany-wang added the enhancement Request for new feature and/or capability label Oct 25, 2021
@jovany-wang jovany-wang added this to the Java Backlog milestone Dec 30, 2021
@jovany-wang jovany-wang self-assigned this Dec 30, 2021
@jovany-wang
Copy link
Contributor Author

Hi @jjyao could you add some context? so that I'll finish this.

@jovany-wang jovany-wang added the P1 Issue that should be fixed within a few weeks label Jan 4, 2022
@jjyao
Copy link
Collaborator

jjyao commented Jan 4, 2022

Sorry, didn't really have time to do this task. Basically on macosx, if we listen to 0.0.0.0 then a security window will pop up. To fix it, we can listen to only 127.0.0.1 which is enough since mac is always in the single node mode.

Related PR for python is #18904.

@jovany-wang jovany-wang added P2 Important issue, but not time-critical and removed P1 Issue that should be fixed within a few weeks labels Jan 7, 2022
@jovany-wang
Copy link
Contributor Author

jovany-wang commented Jan 7, 2022

FYI: Previous related issue: #19690
Another related PR: #19701

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request for new feature and/or capability P2 Important issue, but not time-critical
Projects
None yet
Development

No branches or pull requests

2 participants