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

DCPERF-423 Fix access to debugger #185

Merged
merged 2 commits into from
Jun 18, 2024
Merged

DCPERF-423 Fix access to debugger #185

merged 2 commits into from
Jun 18, 2024

Conversation

mgrzaslewicz
Copy link
Contributor

Before

It was impossible to connect from outside the host. Only localhost was allowed

After

It's possible to connect from any host (if firewall allows to)

@mgrzaslewicz mgrzaslewicz requested a review from a team as a code owner June 18, 2024 13:08
@mgrzaslewicz mgrzaslewicz enabled auto-merge (rebase) June 18, 2024 13:45
dagguh and others added 2 commits June 18, 2024 15:53
# Before
It was impossible to connect from outside the host. Debugger was listening only on localhost.

# After
Debugger is listening to any host (but firewall can still block it).
@mgrzaslewicz mgrzaslewicz merged commit 480537f into master Jun 18, 2024
3 checks passed
@mgrzaslewicz mgrzaslewicz deleted the DCPERF-432-debugger branch June 18, 2024 14:06
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

Successfully merging this pull request may close these issues.

2 participants