You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting the plugin with input { http { password => 'hello'} } will not enable auth and also raise no warning or error that both username and password are needed to setup basic auth.
I just stumble over this issue here and would appreciate change this behaviour. It even would be nice for things like webhooks which just require a secret (regarding to GitHub webhooks), to configure just a password. Above that I totally agree with the bug description.
Starting the plugin with
input { http { password => 'hello'} }
will not enable auth and also raise no warning or error that both username and password are needed to setup basic auth.replaces #63
The text was updated successfully, but these errors were encountered: