From 6001870c233c50e65032f8f65d0ddb2742135490 Mon Sep 17 00:00:00 2001 From: Willem Bonthuis Date: Mon, 15 Aug 2016 14:48:40 +0200 Subject: Basic HTTP auth requires user and pass, example doesn't match with line 31 of http.rb. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8901137..90fd7f8 100644 --- a/README.md +++ b/README.md @@ -422,6 +422,8 @@ source: url: https://url/api scheme: https delimiter: !ruby/regexp /:/ + user: username + pass: password map: name: hostname model: os -- cgit v1.2.1