This repository has been archived by the owner on Mar 13, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Please add basic auth support #16
Labels
Comments
You mean auth support for the collector registration requests against the Graylog server API on port 12900? |
Nope, basic auth for sending the Gelf messages on port 12201! |
It might make sense to implement basic auth support for GELF over HTTP once we have support for GELF/HTTP in the gelfclient library. |
Yeah. We are using Gelf over HTTP, but to make it more secure there is a Squid in front processing authentication :) |
I will file this as a feature request. We need the following for this:
|
@dennusb how are you using squid to secure? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Because we are running Graylog at EC2 we've placed a proxy in front which is handling the Gelf requests, but first you need to authenticate with basic auth. Could you please add support for that in the collector?
The text was updated successfully, but these errors were encountered: