It would be really nice if FTW supported basic authentication. I need this support so that I can make secure logging calls to my logstash installation. Something like the following:
Given I have configured username
And I have configured password
And I have enabled basic authentication on the FTW::Agent instance
When I execute a request
And I receive a 401 HTTP response
Then the request is automatically authenticated and retried using specified usr/pwd
It would be really nice if FTW supported basic authentication. I need this support so that I can make secure logging calls to my logstash installation. Something like the following: