-
Notifications
You must be signed in to change notification settings - Fork 102
Basic authentication to graylog server #194
Comments
Have you tried adding credentials to the HTTP url ( |
Yes. Tried that as first choice. Getting a 401 response from server though so my guess was that the user part of the URL was stripped in some step? |
We had once a ticket #150 to add basic auth, but we never followed up on that one. So currently, there is no basic authentication support. |
@mp911de |
Feel free to give it a spin. Make sure to stay Java 6-compatible. |
Any updates on this? |
Pull requests are welcome! |
Hi, |
That one comes from the JAXB package. Currently, the baseline is Java 1.7. It’s fine if we ship our own Base64 implementation as package-private utility. Ideally, we an find a source that is as well under MIT license to not violate any license terms. |
Do you think we could use this one? |
The referenced code should be fine. Feel free to come up with a PR. We should keep the Base64 support package-private and make sure to include the full license header to preserve its origin. |
Version 1.13.0
Documentation request/ feature request.
Looking for information about if I can configure the Gelf appender to use basic authentication to our Graylog server?
The text was updated successfully, but these errors were encountered: