-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
DOS warning about binding to 0.0.0.0 does not apply to serverless environments #9753
Labels
Comments
mx-psi
added
area:documentation
area:receiver
and removed
bug
Something isn't working
labels
Mar 13, 2024
/cc |
@mx-psi It doesn't look like setting the feature gate currently removes the warning when using 0.0.0.0. Do you know when you plan to implement that? |
richard-bain
changed the title
Dos warning about binding to 0.0.0.0 does not apply to serverless environments
DOS warning about binding to 0.0.0.0 does not apply to serverless environments
Jul 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Same issue as #7488 and #6938 but for serverless environments. We heavily utilise Google Cloud Run for our Collectors and the google docs explicitly require you to listen on 0.0.0.0.
Previously it was asked if a flag can be set to disable this warning and there were reasonable objections due to the ability to set a specific port on bare-metal and k8s environments, however this is not possible in Cloud Run.
Steps to reproduce
When the collector binds ports to 0.0.0.0, it displays warnings that inform the user that 0.0.0.0 is open to any network interface and may be a problem for DoS attacks.
What did you expect to see?
No warning for use cases where this is required and unavoidable.
What did you see instead?
What version did you use?
v0.93.0
What config did you use?
N/A
Environment
Google Cloud Run
Additional context
The text was updated successfully, but these errors were encountered: