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

security issue: only bind private ip and localhost address #2445

Closed
wants to merge 2 commits into from

Conversation

paulyufan2
Copy link
Contributor

Reason for Change:

This PR is to solve the security issue that:
CNS main service is bound to localhost and doesn't need to change. but it is additionally binding the metrics service on *:10092; In AKS, we already bind CNS to localhost 127.0.0.1;
We need to only bind to the interfaces with private IPs

Issue Fixed:

Requirements:

Notes:

@paulyufan2 paulyufan2 added the fix Fixes something. label Dec 18, 2023
@paulyufan2 paulyufan2 marked this pull request as ready for review December 18, 2023 20:46
@paulyufan2 paulyufan2 requested a review from a team as a code owner December 18, 2023 20:46
Copy link

github-actions bot commented Jan 2, 2024

This pull request is stale because it has been open for 2 weeks with no activity. Remove stale label or comment or this will be closed in 7 days

@github-actions github-actions bot added the stale Stale due to inactivity. label Jan 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Fixes something. stale Stale due to inactivity.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant