Graylog2 / Graylog2/graylog2-server
Allow authentication for HTTPS endpoints in Data Adapters
Open
feature
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
Currently the only way in a data adapter to reach an authenticated HTTPS JSON endpoint is to embed the credentials in the URL. This is undesirable for obvious reasons.
Can we please add some support for securely storing the credentials so that Graylog can encrypt/embed the authentication for an HTTPS JSON endpoint in the header and use proper session cookies to help speed up future authentication requests?
Contributor guide
Assessment
This issue has not been assessed yet.