Is your feature request related to a problem? Please describe.
Data Prepper's HTTP endpoint is currently unsecured. Thus, users must either add a proxy on the host, or leave them open to network access.
Describe the solution you'd like
Support HTTP Basic Authentication on the HTTP input endpoint. Additionally, we will turn this on by default with a preconfigured username and password. Users will be able to turn off the HTTP security.
Additional context
This is related to #314 and #312