Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Please add basic auth support #16

Open
dennusb opened this issue May 28, 2015 · 6 comments
Open

Please add basic auth support #16

dennusb opened this issue May 28, 2015 · 6 comments
Labels

Comments

@dennusb
Copy link

dennusb commented May 28, 2015

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?

@bernd
Copy link
Contributor

bernd commented May 28, 2015

You mean auth support for the collector registration requests against the Graylog server API on port 12900?

@bernd bernd self-assigned this May 28, 2015
@dennusb
Copy link
Author

dennusb commented May 29, 2015

Nope, basic auth for sending the Gelf messages on port 12201!

@dennisoelkers
Copy link
Contributor

It might make sense to implement basic auth support for GELF over HTTP once we have support for GELF/HTTP in the gelfclient library.

@dennusb
Copy link
Author

dennusb commented May 29, 2015

Yeah. We are using Gelf over HTTP, but to make it more secure there is a Squid in front processing authentication :)

@bernd
Copy link
Contributor

bernd commented May 29, 2015

I will file this as a feature request. We need the following for this:

  1. HTTP support in gelfclient. (including basic auth) See: Add HTTP transport Graylog2/gelfclient#9
  2. Configuration support for HTTP GELF in the collector.
  3. Basic auth support for the GELF HTTP input in Graylog server. See: Support authenticated HTTP GELF input Graylog2/graylog2-server#335

@bernd bernd added feature and removed enhancement labels May 29, 2015
@davidchua
Copy link

@dennusb how are you using squid to secure?

@bernd bernd removed their assignment Dec 19, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants